aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/project.json
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-06-28 10:53:30 -0700
committerGravatar GitHub <noreply@github.com>2016-06-28 10:53:30 -0700
commitd5fadaafeb5f465da96e6735e672128fff6609af (patch)
tree205cce11eb1a3a3925d046572ce47380c3c11b0c /src/csharp/Grpc.Core/project.json
parent94f0a50d1ea3208a0602f6eb67b6438bdb957387 (diff)
parent652c00043f94e532148acf2210ad0325310ab3cb (diff)
Merge pull request #7102 from jtattermusch/coreclr_update
(CoreCLR support) Improvements to nugets generated by dotnet CLI.
Diffstat (limited to 'src/csharp/Grpc.Core/project.json')
-rw-r--r--src/csharp/Grpc.Core/project.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core/project.json b/src/csharp/Grpc.Core/project.json
index 4729a9346c..775764e1d7 100644
--- a/src/csharp/Grpc.Core/project.json
+++ b/src/csharp/Grpc.Core/project.json
@@ -21,8 +21,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"