Browse Source

No longer specify arch and runtime in global.json

tags/docs-0.9
RogueException 9 years ago
parent
commit
1019104da9
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      global.json

+ 1
- 3
global.json View File

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

Loading…
Cancel
Save