Skip to content

Commit 8459b45

Browse files
Update nuget.props
Add * so that currently released package is used. The old version now breaks the build.
1 parent 6ea139e commit 8459b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/nuget.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</PropertyGroup>
3333

3434
<ItemGroup Label="SourceLink">
35-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
35+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-*" PrivateAssets="All"/>
3636
</ItemGroup>
3737

38-
</Project>
38+
</Project>

0 commit comments

Comments
 (0)