We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 286be91 + 9d922fe commit 4f90396Copy full SHA for 4f90396
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="8.0.0" PrivateAssets="All"/>
+ <PackageReference Condition="!$(MSBuildProjectName.EndsWith('Tests'))" Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All"/>
24
</ItemGroup>
25
</Project>
0 commit comments