From d991173e561ab97734cc1d865606f64041a703e8 Mon Sep 17 00:00:00 2001 From: JoYo <> Date: Thu, 18 Feb 2021 14:27:11 -0500 Subject: [PATCH] minor vs components --- vs15.config | 2 +- vs16.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vs15.config b/vs15.config index 592a02b..1b91680 100644 --- a/vs15.config +++ b/vs15.config @@ -2,6 +2,6 @@ "version": "1.0", "components": [ "Microsoft.VisualStudio.Workload.VCTools", - "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.WinXP" + "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.WinXP", ] } diff --git a/vs16.config b/vs16.config index aa97a1a..c1295d7 100644 --- a/vs16.config +++ b/vs16.config @@ -2,6 +2,6 @@ "version": "1.0", "components": [ "Microsoft.VisualStudio.Workload.VCTools", - "Microsoft.VisualStudio.Component.NuGet.BuildTools", + "Microsoft.VisualStudio.Component.NuGet", ] }