From 3dac77fb9ad2675f6c7bdf4e8f8fcae2bc8f1c92 Mon Sep 17 00:00:00 2001 From: Ryan <69221034+ryfu-msft@users.noreply.github.com> Date: Mon, 10 Apr 2023 15:20:48 -0700 Subject: [PATCH] add missing windows10sdk 19041 component (#3143) --- .vsconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.vsconfig b/.vsconfig index be1e67ce19..101e664b78 100644 --- a/.vsconfig +++ b/.vsconfig @@ -49,6 +49,7 @@ "Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest", "Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest", "Microsoft.VisualStudio.Component.VC.ASAN", + "Microsoft.VisualStudio.Component.Windows10SDK.19041", "Microsoft.VisualStudio.Component.Windows11SDK.22000", "Microsoft.VisualStudio.Workload.NativeDesktop", "Microsoft.Component.NetFX.Native",