No longer specify arch and runtime in global.json

This commit is contained in:
RogueException
2015-09-08 19:08:59 -03:00
parent d48674c996
commit 1019104da9

View File

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