aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Reflection
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2017-06-05 08:31:27 -0700
committerGravatar GitHub <noreply@github.com>2017-06-05 08:31:27 -0700
commit7c23d31f1b1eca8e7e8ce9f6952d5cf8d6a44955 (patch)
tree3e9418ebbfadd065df6c329fc0b22c4285f34c54 /src/csharp/Grpc.Reflection
parent2e9006f1e90f24c01c3a87769e6deea66ea504c9 (diff)
parentd0d336c748e0722cae3043b794cad589f436a6ef (diff)
Merge pull request #11368 from jtattermusch/csharp_polishing
A bit of C# polish
Diffstat (limited to 'src/csharp/Grpc.Reflection')
-rwxr-xr-xsrc/csharp/Grpc.Reflection/Grpc.Reflection.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Reflection/Grpc.Reflection.csproj b/src/csharp/Grpc.Reflection/Grpc.Reflection.csproj
index 3a07555248..929a78edcb 100755
--- a/src/csharp/Grpc.Reflection/Grpc.Reflection.csproj
+++ b/src/csharp/Grpc.Reflection/Grpc.Reflection.csproj
@@ -17,6 +17,7 @@
<NetStandardImplicitPackageVersion Condition=" '$(TargetFramework)' == 'netstandard1.5' ">1.6.0</NetStandardImplicitPackageVersion>
<IncludeSymbols>true</IncludeSymbols>
<IncludeSource>true</IncludeSource>
+ <GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>