Merge pull request #14231 from ctaggart/sourcelink-create

use SourceLink.Create.CommandLine instead of Embed
pull/14327/head
Jan Tattermusch 7 years ago committed by GitHub
commit 4c92ab2aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/csharp/Grpc.Core/SourceLink.csproj.include

@ -13,7 +13,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="SourceLink.Embed.AllSourceFiles" Version="2.7.3" PrivateAssets="all" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.7.6" PrivateAssets="all" />
</ItemGroup>
</Project>

Loading…
Cancel
Save