From 5283d0b6182dbb36f5a70fa5985ff4841edc4f8c Mon Sep 17 00:00:00 2001 From: Ignacio Errico Date: Tue, 19 Oct 2021 14:32:50 -0300 Subject: [PATCH] #1129 Allow SDK prerelease (#1203) By default, VS 2019 has the option `Use previews of the .NET Core SDK` **unchecked**. This change overrides that setting only when working with this solution, making it possible for developers to work on it using the non-preview Visual Studio 2019 v16.6 or newer. Co-authored-by: Ignacio Errico --- global.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/global.json b/global.json index 8080c289..c3952169 100644 --- a/global.json +++ b/global.json @@ -1,4 +1,7 @@ { + "sdk": { + "allowPrerelease": true + }, "tools": { "dotnet": "6.0.100-preview.6.21355.2", "runtimes": {