aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-31 09:47:43 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-05-31 09:47:43 -0700
commitaacdd4dac3ba7032c1047cadc4b76634189c7d84 (patch)
tree2721269b1adfcb808a478326e74118857b032883 /src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj
parent8e17000e91d9741e155797e90d92948ffb5bcb4f (diff)
parentbf2d87c816d59644bcafeb8384dd966c077fcae6 (diff)
Merge github.com:grpc/grpc into cq-drop
Diffstat (limited to 'src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj')
-rwxr-xr-xsrc/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj b/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj
index eac6e1fc95..c3791a4e6b 100755
--- a/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj
+++ b/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj
@@ -15,6 +15,8 @@
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>
+ <IncludeSymbols>true</IncludeSymbols>
+ <IncludeSource>true</IncludeSource>
</PropertyGroup>
<ItemGroup>
@@ -22,7 +24,9 @@
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="../Grpc.Core/Grpc.Core.csproj" />
+ <ProjectReference Include="../Grpc.Core/Grpc.Core.csproj">
+ <PrivateAssets>None</PrivateAssets>
+ </ProjectReference>
</ItemGroup>
<ItemGroup>