diff options
author | Alexander Polcyn <apolcyn@google.com> | 2016-10-27 23:52:16 -0700 |
---|---|---|
committer | Alex Polcyn <apolcyn@google.com> | 2016-11-01 18:40:03 -0700 |
commit | 84be265239bbc1d1313aa5a0a79b724a847ff5f1 (patch) | |
tree | 078ac99930945c9f9c88da8564787f42ad4f0504 /src/csharp/Grpc.IntegrationTesting.StressClient/project.json | |
parent | c6d2329e4cf4f6f054d89326b707edea7b0725b5 (diff) |
strong name sign csharp nuget builds with dotnet on windows
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.StressClient/project.json')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting.StressClient/project.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.StressClient/project.json b/src/csharp/Grpc.IntegrationTesting.StressClient/project.json index 1b900c8af3..ad81cbc48b 100644 --- a/src/csharp/Grpc.IntegrationTesting.StressClient/project.json +++ b/src/csharp/Grpc.IntegrationTesting.StressClient/project.json @@ -7,7 +7,6 @@ "buildOptions": { "define": [ "SIGNED" ], "keyFile": "../keys/Grpc.snk", - "publicSign": true, "xmlDoc": true, "compile": { "includeFiles": [ "../Grpc.Core/Version.cs" ] @@ -29,7 +28,6 @@ "buildOptions": { "define": [ "SIGNED" ], "keyFile": "../keys/Grpc.snk", - "publicSign": true, "xmlDoc": true, "compile": { "includeFiles": [ "../Grpc.Core/Version.cs" ] |