diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2017-04-07 10:18:12 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2017-04-07 10:18:12 +0200 |
commit | 87b211244399b5d03b41860180c0a2aad7b86d5d (patch) | |
tree | c7eea839f2c08915116a793d8e9f1f1fe5dd7683 /examples/csharp | |
parent | 6ed454ef44d100e21dd1cb6b34951de150454640 (diff) |
also fix global.json in helloworld
Diffstat (limited to 'examples/csharp')
-rw-r--r-- | examples/csharp/helloworld-from-cli/global.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/csharp/helloworld-from-cli/global.json b/examples/csharp/helloworld-from-cli/global.json index 32ff399ef9..f3c33cef6a 100644 --- a/examples/csharp/helloworld-from-cli/global.json +++ b/examples/csharp/helloworld-from-cli/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "1.0.0-preview2-003121" + "version": "1.0.0-preview2-003131" } }
\ No newline at end of file |