aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.HealthCheck
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-05-23 21:08:34 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-05-23 21:08:34 +0200
commitf8be2d65cc942e94c81d76e1fba5bb3aee538189 (patch)
tree8ab2a70293fc485e2a1ed31dd5bbebbc08c5ca74 /src/csharp/Grpc.HealthCheck
parent866190fab7f15c5183b1b82e657c663d6baf1a35 (diff)
add privateassets none to C# nugets depending on Grpc.Core
Diffstat (limited to 'src/csharp/Grpc.HealthCheck')
-rwxr-xr-xsrc/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj b/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj
index eac6e1fc95..80c7dfe48c 100755
--- a/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj
+++ b/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj
@@ -22,7 +22,9 @@
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="../Grpc.Core/Grpc.Core.csproj" />
+ <ProjectReference Include="../Grpc.Core/Grpc.Core.csproj">
+ <PrivateAssets>None</PrivateAssets>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>