From 58cf2304a642312477dc41cd9651e6f4c2d39286 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Mon, 18 May 2020 12:30:23 -0700 Subject: [PATCH] !temporary! Require `msbuild` from VS2019 16.6 - already running on AzDO agents with this VS version installed - should be able to revert this once I get `dotnet msbuild` working well --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 90de3b0c5c..bcaef08fb7 100644 --- a/global.json +++ b/global.json @@ -15,7 +15,7 @@ "Git": "2.22.0", "jdk": "11.0.3", "vs": { - "version": "16.5", + "version": "16.6", "components": [ "Microsoft.VisualStudio.Component.VC.ATL", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",