Update required SDK to 3.1.101 (#32809)
authorViktor Hofer <viktor.hofer@microsoft.com>
Tue, 25 Feb 2020 21:16:27 +0000 (22:16 +0100)
committerGitHub <noreply@github.com>
Tue, 25 Feb 2020 21:16:27 +0000 (22:16 +0100)
The toolset package requires at least a 3.1.101 SDK, therefore updating the minimum required version.

Fixes https://github.com/dotnet/runtime/issues/32775

global.json

index 47f7e77..e74db81 100644 (file)
@@ -1,6 +1,6 @@
 {
   "sdk": {
-    "version": "3.0.100",
+    "version": "3.1.101",
     "allowPrerelease": true,
     "rollForward": "major"
   },