From adc49ee5ae86d5405ccdb4253dc948274b5e8167 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 5 Dec 2019 11:30:52 -0800 Subject: [PATCH] Use 3.1.100 SDK in 3.1 build To ensure that the 3.1 stack uses a consistent SDK. The upper portions of the stack require the 3.1 SDK because for TFM purposes. --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 6e17fb465c54..085e2a284d10 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "3.0.101" + "dotnet": "3.1.100" }, "native-tools": { "cmake": "3.11.1",