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.
1 parent 02211fb commit fe37797Copy full SHA for fe37797
src/Directory.Build.targets
@@ -30,6 +30,6 @@
30
31
<!-- Build Time Tools (Includes commit sha in AssemblyInfo etc)-->
32
<ItemGroup Condition=" '$(IsPackable)' == 'true' And '$(IncludeCommonPackageInfo)' == 'true' And '$(Configuration)' == 'Release' ">
33
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" IsImplicitlyDefined="true" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" IsImplicitlyDefined="true" />
34
</ItemGroup>
35
</Project>
0 commit comments