aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting.Client
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2016-10-27 23:52:16 -0700
committerGravatar Alex Polcyn <apolcyn@google.com>2016-11-01 18:40:03 -0700
commit84be265239bbc1d1313aa5a0a79b724a847ff5f1 (patch)
tree078ac99930945c9f9c88da8564787f42ad4f0504 /src/csharp/Grpc.IntegrationTesting.Client
parentc6d2329e4cf4f6f054d89326b707edea7b0725b5 (diff)
strong name sign csharp nuget builds with dotnet on windows
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting.Client')
-rw-r--r--src/csharp/Grpc.IntegrationTesting.Client/project.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting.Client/project.json b/src/csharp/Grpc.IntegrationTesting.Client/project.json
index 1b900c8af3..ad81cbc48b 100644
--- a/src/csharp/Grpc.IntegrationTesting.Client/project.json
+++ b/src/csharp/Grpc.IntegrationTesting.Client/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" ]