Skip to content

Commit 407d563

Browse files
committed
Downgrade Microsoft.SourceLink.GitHub package version to 8.0.0
1 parent 6be6795 commit 407d563

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727

2828
<ItemGroup Condition="'$(SourceLinkCreate)'=='true'">
29-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.0" PrivateAssets="All"/>
29+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/>
3030
</ItemGroup>
3131

3232
<PropertyGroup Condition="'$(SourceLinkCreate)'=='true'">

0 commit comments

Comments
 (0)