aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-03-09 16:55:06 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-03-09 18:08:24 +0100
commitf5ac0b95f240c50909fc0d8b1f16960c1b34828b (patch)
tree46e742a2660d496bb8d4669754711bda23456c23 /examples
parentbe2807de9269cfb552eb7aea1b6078bbe47ac5cc (diff)
Add global.json file to pick dotnet core SDK version
Diffstat (limited to 'examples')
-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..32ff399ef9
--- /dev/null
+++ b/examples/csharp/helloworld-from-cli/global.json
@@ -0,0 +1,5 @@
+{
+ "sdk": {
+ "version": "1.0.0-preview2-003121"
+ }
+} \ No newline at end of file