We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9669a76 commit 7ca4c08Copy full SHA for 7ca4c08
Directory.Build.props
@@ -20,6 +20,6 @@
20
<ItemGroup>
21
<PackageReference
22
Condition="!$(MSBuildProjectName.EndsWith('Tests'))"
23
- Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
+ Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
24
</ItemGroup>
25
</Project>
0 commit comments