From 977430668e0d4068dba56c30b89e08e31a5d1516 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Wed, 23 Nov 2016 16:01:08 -0800 Subject: [PATCH] Pin global.json SDK to 1.0.0-preview2-1-003177. --- global.json | 10 ++++++++-- testapps/global.json | 7 +++++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index feb51cb71d..9bf5aae425 100644 --- a/global.json +++ b/global.json @@ -1,3 +1,9 @@ { - "projects": ["src", "samples"] -} + "projects": [ + "src", + "samples" + ], + "sdk": { + "version": "1.0.0-preview2-1-003177" + } +} \ No newline at end of file diff --git a/testapps/global.json b/testapps/global.json index c8de56e20f..dee3f084d4 100644 --- a/testapps/global.json +++ b/testapps/global.json @@ -1,3 +1,6 @@ { - "projects": [] -} + "projects": [], + "sdk": { + "version": "1.0.0-preview2-1-003177" + } +} \ No newline at end of file