From 2d916a8b48b83dcab8938ae269941a66d5297007 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Wed, 23 Nov 2016 15:59:52 -0800 Subject: [PATCH] Pin global.json SDK to 1.0.0-preview2-1-003177. --- global.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index 262a7f2b59..520f9ba815 100644 --- a/global.json +++ b/global.json @@ -1,3 +1,9 @@ { - "projects": ["src", "test/WebSites"] -} + "projects": [ + "src", + "test/WebSites" + ], + "sdk": { + "version": "1.0.0-preview2-1-003177" + } +} \ No newline at end of file