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