aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-27 18:07:08 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-06-27 22:37:50 -0700
commitecd2b0e74c7aeecec1aac95f765edc2e4ddd6520 (patch)
tree6cbe0986bf6887c7f02ef064e190d15916c96712 /src/csharp
parente8ab99d5e292ed7524643d61798cf7b20587457d (diff)
share Version.cs among all project.json projects
Diffstat (limited to 'src/csharp')
-rw-r--r--src/csharp/Grpc.Core/project.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Core/project.json b/src/csharp/Grpc.Core/project.json
index 4729a9346c..5443147d78 100644
--- a/src/csharp/Grpc.Core/project.json
+++ b/src/csharp/Grpc.Core/project.json
@@ -21,6 +21,7 @@
"build/native/bin/macosx_x64/": "../nativelibs/macosx_x64/libgrpc_csharp_ext.dylib"
}
},
+ "shared": "Version.cs",
"buildOptions": {
"embed": [ "../../../etc/roots.pem" ]
},