Skip to content

Commit 7980fb3

Browse files
author
Dustin Masters
committed
Fix sourcelink on netcore 3.1
1 parent 85b9cfa commit 7980fb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="all" />
20+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="all" />
2121
</ItemGroup>
2222
</Project>

0 commit comments

Comments
 (0)