Skip to content

Commit

Permalink
Update SourceLink reference at proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
FObermaier committed Apr 12, 2021
1 parent 2f9f551 commit c604084
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<ItemGroup>
<!-- SourceLink adds stuff to let debuggers step into our code. -->
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.0.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,4 @@
<PackageReference Include="NetTopologySuite" Version="[2.0.0, 3.0.0-A)" />
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.0.0" />
</ItemGroup>

</Project>

0 comments on commit c604084

Please sign in to comment.