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