From aafcd1edfabd1fc7fed2f2fe0b410bce3346b99e Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Wed, 23 Nov 2016 16:01:46 -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 011459553d..b427416348 100644 --- a/global.json +++ b/global.json @@ -1,3 +1,9 @@ -{ - "projects": [ "samples", "test" ] +{ + "projects": [ + "samples", + "test" + ], + "sdk": { + "version": "1.0.0-preview2-1-003177" + } } \ No newline at end of file