Merge pull request #19449 from grpc/jtattermusch-patch-1

Make sure Grpc metapackage includes Grpc.Core.targets
reviewable/pr19032/r9
Jan Tattermusch 6 years ago committed by GitHub
commit ba3509bef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/csharp/Grpc/Grpc.csproj

@ -21,6 +21,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../Grpc.Core/Grpc.Core.csproj" />
<!-- PrivateAssets set to None to ensure the build targets/props are propagated to parent project -->
<ProjectReference Include="../Grpc.Core/Grpc.Core.csproj" PrivateAssets="None" />
</ItemGroup>
</Project>

Loading…
Cancel
Save