From fd7232616ad95e10cd0657ad5ae030fdd43213a9 Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Wed, 23 Nov 2016 15:59:21 -0800 Subject: [PATCH] Pin global.json SDK to 1.0.0-preview2-1-003177. --- global.json | 9 +++++++-- .../global.json | 11 ++++++++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/global.json b/global.json index 983ba0401e..f45e8cc925 100644 --- a/global.json +++ b/global.json @@ -1,3 +1,8 @@ { - "projects": ["src"] -} + "projects": [ + "src" + ], + "sdk": { + "version": "1.0.0-preview2-1-003177" + } +} \ No newline at end of file diff --git a/test/Microsoft.AspNetCore.Server.Kestrel.Performance/global.json b/test/Microsoft.AspNetCore.Server.Kestrel.Performance/global.json index 33f0f54e92..0ddae8e73f 100644 --- a/test/Microsoft.AspNetCore.Server.Kestrel.Performance/global.json +++ b/test/Microsoft.AspNetCore.Server.Kestrel.Performance/global.json @@ -1,3 +1,8 @@ -{ - "projects": [ "..\\" ] -} +{ + "projects": [ + "..\\" + ], + "sdk": { + "version": "1.0.0-preview2-1-003177" + } +} \ No newline at end of file