From 0b24915943d848e8143aea8c669d44925e714f91 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Mon, 10 Jun 2024 07:09:34 -0700 Subject: [PATCH] Bump Windows SDK version in .vsconfig (#103217) --- .vsconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsconfig b/.vsconfig index a8ffd2d9354..060a95c2283 100644 --- a/.vsconfig +++ b/.vsconfig @@ -43,7 +43,7 @@ "Microsoft.VisualStudio.Component.VC.Redist.14.Latest", "Microsoft.VisualStudio.Component.VC.Tools.ARM64", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", - "Microsoft.VisualStudio.Component.Windows10SDK.20348", + "Microsoft.VisualStudio.Component.Windows11SDK.22621", "Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging", "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core", "Microsoft.VisualStudio.Workload.CoreEditor",