From 1019104da90b1153ace149c58088ab1832cf0796 Mon Sep 17 00:00:00 2001 From: RogueException Date: Tue, 8 Sep 2015 19:08:59 -0300 Subject: [PATCH] No longer specify arch and runtime in global.json --- global.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/global.json b/global.json index 37d7f666c..546df03c7 100644 --- a/global.json +++ b/global.json @@ -1,8 +1,6 @@ { "projects": [ "src" ], "sdk": { - "version": "1.0.0-beta6", - "architecture": "x86", - "runtime": "clr" + "version": "1.0.0-beta6" } } \ No newline at end of file