aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Auth
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-01-05 13:06:56 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-01-05 13:07:02 +0100
commitcb0486adf810d991d712e26f65ac67b41b505eb4 (patch)
tree47f78ebd431018fc89708cb4aaeef5430ff8e2ab /src/csharp/Grpc.Auth
parent2b0ab320c12cb807cf05b3295b7017d0ccbf66f5 (diff)
prepare for SourceLink support
Diffstat (limited to 'src/csharp/Grpc.Auth')
-rwxr-xr-xsrc/csharp/Grpc.Auth/Grpc.Auth.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/csharp/Grpc.Auth/Grpc.Auth.csproj b/src/csharp/Grpc.Auth/Grpc.Auth.csproj
index bbcbd95be5..5bbff38948 100755
--- a/src/csharp/Grpc.Auth/Grpc.Auth.csproj
+++ b/src/csharp/Grpc.Auth/Grpc.Auth.csproj
@@ -15,12 +15,12 @@
<PackageTags>gRPC RPC Protocol HTTP/2 Auth OAuth2</PackageTags>
<PackageProjectUrl>https://github.com/grpc/grpc</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/grpc/grpc/blob/master/LICENSE</PackageLicenseUrl>
- <IncludeSymbols>true</IncludeSymbols>
- <IncludeSource>true</IncludeSource>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
+ <Import Project="..\Grpc.Core\SourceLink.csproj.include" />
+
<ItemGroup>
<Compile Include="..\Grpc.Core\Version.cs" />
</ItemGroup>