diff options
author | Craig Tiller <ctiller@google.com> | 2016-06-28 13:53:16 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-06-28 13:53:16 -0700 |
commit | a439859c73f34bec8f38e28fe818e2d3305d7873 (patch) | |
tree | a0e7550346ebc6a4112ced216ac16025e30a75a9 /src/csharp/Grpc.Auth | |
parent | 3203c372477785a7114df3caed255f028a1766e6 (diff) | |
parent | fe466b0e170120263811ab12a4406c7438201481 (diff) |
Merge github.com:grpc/grpc into %s
Diffstat (limited to 'src/csharp/Grpc.Auth')
-rw-r--r-- | src/csharp/Grpc.Auth/project.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Auth/project.json b/src/csharp/Grpc.Auth/project.json index 4c5c960204..2241413359 100644 --- a/src/csharp/Grpc.Auth/project.json +++ b/src/csharp/Grpc.Auth/project.json @@ -12,6 +12,12 @@ "requireLicenseAcceptance": false, "tags": [ "gRPC RPC Protocol HTTP/2 Auth OAuth2" ], }, + "buildOptions": { + "define": [ "SIGNED" ], + "keyFile": "../keys/Grpc.snk", + "publicSign": true, + "xmlDoc": true + }, "dependencies": { "Grpc.Core": "0.16.0-dev", "Google.Apis.Auth": "1.11.1" |