From 9a886259a479a408aa9a3fe4137c7db2baf102d0 Mon Sep 17 00:00:00 2001 From: Brandon Smith Date: Thu, 3 Sep 2015 20:16:53 -0300 Subject: [PATCH] Revert "Update to beta7" This reverts commit 14202cd2424c629792b8faab321f15a1e9aff332. --- global.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/global.json b/global.json index 8f31d45f3..e59a3a1b5 100644 --- a/global.json +++ b/global.json @@ -1,8 +1,8 @@ { "projects": [ "src" ], "sdk": { - "version": "1.0.0-beta7", - "architecture": "x86", - "runtime": "coreclr" + "version": "1.0.0-beta6", + "architecture": "x64", + "runtime": "clr" } } \ No newline at end of file