aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/src/csharp/Grpc.Auth/project.json.template
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-29 12:03:21 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-29 12:03:21 -0700
commit3f594c117d27ae5fba4e2f6bb054bb5590892863 (patch)
tree2493111cf479a928c2b80de223fc8c81cb42f062 /templates/src/csharp/Grpc.Auth/project.json.template
parent103cd6de60911eec98d590eb5640850f48628ae8 (diff)
using shared option for Version.cs leaks it to nuget file
Diffstat (limited to 'templates/src/csharp/Grpc.Auth/project.json.template')
-rw-r--r--templates/src/csharp/Grpc.Auth/project.json.template5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/src/csharp/Grpc.Auth/project.json.template b/templates/src/csharp/Grpc.Auth/project.json.template
index 483e34c2e8..d91bd8ce1d 100644
--- a/templates/src/csharp/Grpc.Auth/project.json.template
+++ b/templates/src/csharp/Grpc.Auth/project.json.template
@@ -18,7 +18,10 @@
"define": [ "SIGNED" ],
"keyFile": "../keys/Grpc.snk",
"publicSign": true,
- "xmlDoc": true
+ "xmlDoc": true,
+ "compile": {
+ "includeFiles": [ "../Grpc.Core/Version.cs" ]
+ }
},
"dependencies": {
"Grpc.Core": "${settings.csharp_version}",