We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 575244b + eb8a215 commit 32905c7Copy full SHA for 32905c7
1 file changed
Directory.Build.props
@@ -19,6 +19,6 @@
19
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
20
</PropertyGroup>
21
<ItemGroup>
22
- <PackageReference Condition="!$(MSBuildProjectName.EndsWith('Tests'))" Include="Microsoft.SourceLink.GitHub" Version="10.0.203" PrivateAssets="All"/>
+ <PackageReference Condition="!$(MSBuildProjectName.EndsWith('Tests'))" Include="Microsoft.SourceLink.GitHub" Version="10.0.300" PrivateAssets="All"/>
23
</ItemGroup>
24
</Project>
0 commit comments