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 5501fe8 commit 0367108Copy full SHA for 0367108
Directory.Build.props
@@ -43,7 +43,7 @@
43
<ItemGroup Condition="'$(IsPackable)' == 'true'">
44
<None Include="..\..\assets\logo.64x64.png" Pack="true" PackagePath="\" Visible="false" />
45
<None Include="..\..\README.md" Pack="true" PackagePath="\" Visible="false" />
46
- <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
+ <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
47
</ItemGroup>
48
49
</Project>
0 commit comments