Browse Source

Update to beta7

tags/docs-0.9
Brandon Smith 9 years ago
parent
commit
14202cd242
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      global.json

+ 3
- 3
global.json View File

@@ -1,8 +1,8 @@
{ {
"projects": [ "src" ], "projects": [ "src" ],
"sdk": { "sdk": {
"version": "1.0.0-beta6",
"architecture": "x64",
"runtime": "clr"
"version": "1.0.0-beta7",
"architecture": "x86",
"runtime": "coreclr"
} }
} }

Loading…
Cancel
Save