From d26a7d62248a084842bb46f54a8dac36c0b57aa8 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 5 Dec 2019 14:29:27 -0800 Subject: [PATCH] Change the minimum VS version requirement (#17633) --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 3155daf6cd..75760958be 100644 --- a/global.json +++ b/global.json @@ -15,7 +15,7 @@ "Git": "2.22.0", "jdk": "11.0.3", "vs": { - "version": "16.0", + "version": "16.3", "components": [ "Microsoft.VisualStudio.Component.VC.ATL", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",