aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-08-08 17:19:06 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-08-11 18:17:18 +0200
commite9956df33d66e0ead04b9cdf91c7e1a8ff8599f8 (patch)
tree2ae9ba49c2c644cd46f43168e49d74d60d758c13 /examples/csharp
parenta7b79b9baa9bd6aa7afe55b2d2241ec1c333080a (diff)
add global.json files for C#
Diffstat (limited to 'examples/csharp')
-rw-r--r--examples/csharp/helloworld-from-cli/global.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/csharp/helloworld-from-cli/global.json b/examples/csharp/helloworld-from-cli/global.json
new file mode 100644
index 0000000000..e4b797ee8e
--- /dev/null
+++ b/examples/csharp/helloworld-from-cli/global.json
@@ -0,0 +1,5 @@
+{
+ "sdk": {
+ "version": "1.0.0"
+ }
+}