aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.Core/project.json.template
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-06-28 14:09:08 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-06-28 14:09:08 -0700
commit346da5f3465ec554dbf77cd712c1e95a2ed3758a (patch)
tree6d5aeaaf5ea6adeb04244593c49e82d7b2d24757 /templates/src/csharp/Grpc.Core/project.json.template
parentc074408bd3ff79c1eff55f4c6d0f8f6ddc852abb (diff)
parentfe466b0e170120263811ab12a4406c7438201481 (diff)
Merge github.com:grpc/grpc into consistent_client_count
Diffstat (limited to 'templates/src/csharp/Grpc.Core/project.json.template')
-rw-r--r--templates/src/csharp/Grpc.Core/project.json.template7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/src/csharp/Grpc.Core/project.json.template b/templates/src/csharp/Grpc.Core/project.json.template
index 6f9197f572..e1c05fc8a3 100644
--- a/templates/src/csharp/Grpc.Core/project.json.template
+++ b/templates/src/csharp/Grpc.Core/project.json.template
@@ -23,8 +23,13 @@
"build/native/bin/macosx_x64/": "../nativelibs/macosx_x64/libgrpc_csharp_ext.dylib"
}
},
+ "shared": "Version.cs",
"buildOptions": {
- "embed": [ "../../../etc/roots.pem" ]
+ "embed": [ "../../../etc/roots.pem" ],
+ "define": [ "SIGNED" ],
+ "keyFile": "../keys/Grpc.snk",
+ "publicSign": true,
+ "xmlDoc": true
},
"dependencies": {
"Ix-Async": "1.2.5"