aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Reflection
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-05-23 22:17:22 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-05-23 22:17:22 +0200
commitbe8522974d9a8237468193d680b20cb503793a57 (patch)
treeed74408b6f17c54dffa0b1feef55de77ed132faf /src/csharp/Grpc.Reflection
parentf8be2d65cc942e94c81d76e1fba5bb3aee538189 (diff)
include symbols and source in nugets
Diffstat (limited to 'src/csharp/Grpc.Reflection')
-rwxr-xr-xsrc/csharp/Grpc.Reflection/Grpc.Reflection.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Reflection/Grpc.Reflection.csproj b/src/csharp/Grpc.Reflection/Grpc.Reflection.csproj
index eafa0f4e10..3a07555248 100755
--- a/src/csharp/Grpc.Reflection/Grpc.Reflection.csproj
+++ b/src/csharp/Grpc.Reflection/Grpc.Reflection.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>