From dec000b1bb7e32e20e7f930d9aed47aa60e1d07a Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 25 Feb 2021 12:08:49 +0100 Subject: [PATCH] Upgrade minimum required SDK to 6.0 Preview 1 We want to update the minimum required version of the SDK to 6.0 Preview 1 which is already publicly available. The target version of the SDK is already a latter one (Preview 2 build) and the goal is to again consolidate these when Preview 2 shipped. --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 8bb5064b8764d..529ae34403fbe 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "5.0.100", + "version": "6.0.100-preview.1.21103.13", "allowPrerelease": true, "rollForward": "major" },