From d48fa09d2bb643a8d80f040acde31c9022806e45 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 25 Feb 2019 11:30:59 -0800 Subject: [PATCH] Remove VisualStudioExtension as a required workload (#7919) --- korebuild.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/korebuild.json b/korebuild.json index 34ab616652..00276e9e20 100644 --- a/korebuild.json +++ b/korebuild.json @@ -18,8 +18,7 @@ "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", "Microsoft.VisualStudio.Component.VC.v141.ATL", "Microsoft.VisualStudio.Component.VC.v141.x86.x64", - "Microsoft.VisualStudio.Component.Windows10SDK.17134", - "Microsoft.VisualStudio.Workload.VisualStudioExtension" + "Microsoft.VisualStudio.Component.Windows10SDK.17134" ] } }