diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-06-28 10:53:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-28 10:53:30 -0700 |
commit | d5fadaafeb5f465da96e6735e672128fff6609af (patch) | |
tree | 205cce11eb1a3a3925d046572ce47380c3c11b0c /src/csharp/Grpc.Auth | |
parent | 94f0a50d1ea3208a0602f6eb67b6438bdb957387 (diff) | |
parent | 652c00043f94e532148acf2210ad0325310ab3cb (diff) |
Merge pull request #7102 from jtattermusch/coreclr_update
(CoreCLR support) Improvements to nugets generated by dotnet CLI.
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" |