aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/csharp/helloworld-from-cli/global.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/csharp/helloworld-from-cli/global.json')
-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