We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395a25f commit 287fe10Copy full SHA for 287fe10
1 file changed
Directory.Build.targets
@@ -40,7 +40,7 @@
40
41
<!-- SourceLink https://github.com/dotnet/sourcelink/blob/main/README.md -->
42
<ItemGroup Condition="'$(IsPackable)' == 'true'">
43
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
44
</ItemGroup>
45
46
</Project>
0 commit comments