diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-05-23 22:17:22 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-05-23 22:17:22 +0200 |
commit | be8522974d9a8237468193d680b20cb503793a57 (patch) | |
tree | ed74408b6f17c54dffa0b1feef55de77ed132faf /src/csharp/Grpc.HealthCheck | |
parent | f8be2d65cc942e94c81d76e1fba5bb3aee538189 (diff) |
include symbols and source in nugets
Diffstat (limited to 'src/csharp/Grpc.HealthCheck')
-rwxr-xr-x | src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj b/src/csharp/Grpc.HealthCheck/Grpc.HealthCheck.csproj index 80c7dfe48c..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> |