From e79a37bdfe1aa761031d35b34ec69a9c3ad17dc0 Mon Sep 17 00:00:00 2001 From: Benjamin Russell Date: Thu, 23 Feb 2017 13:47:48 -0800 Subject: [PATCH] Fix/update net core sdk (#251) * Updating to latest SDK version available at https://www.microsoft.com/net/core#windowscmd * Rolling back to preview2-003156 preview2-1-003177 has a bug where discovery of tests fails with null exception preview2-003156 is the latest SDK version on https://www.microsoft.com/net/download/core (which surprisingly differs from the version on the front page of .NET Core page) --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 9ae78d22..5a58a68d 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "projects": [ "src", "test" ], "sdk": { - "version": "1.0.0-preview2-003121" + "version": "1.0.0-preview2-003156" } }