From 8d64912deae93fd1790f1a99ecbecf77e5b20d08 Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Fri, 22 Mar 2024 18:00:39 -0700 Subject: [PATCH 1/2] Update VS install requirements to bump Windows 10 SDK version --- .vsconfig | 2 +- docs/workflow/requirements/windows-requirements.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vsconfig b/.vsconfig index f949b82c3744d..a8ffd2d935478 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.19041", + "Microsoft.VisualStudio.Component.Windows10SDK.20348", "Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging", "Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core", "Microsoft.VisualStudio.Workload.CoreEditor", diff --git a/docs/workflow/requirements/windows-requirements.md b/docs/workflow/requirements/windows-requirements.md index 86c1fca3a7f3d..9c7dded7acbf3 100644 --- a/docs/workflow/requirements/windows-requirements.md +++ b/docs/workflow/requirements/windows-requirements.md @@ -36,7 +36,8 @@ Note that Visual Studio and the development tools described below are required, * It's recommended to use **Workloads** installation approach. The following are the minimum requirements: * **.NET Desktop Development** with all default components, - * **Desktop Development with C++** with all default components. + * **Desktop Development with C++** with all default components, plus: + * *Windows 10 SDK (10.0.20348)* or newer, instead of version 10.0.19041 * To build for Arm64, make sure that you have the right architecture-specific compilers installed. In the **Individual components** window, in the **Compilers, build tools, and runtimes** section: * For Arm64, check the box for _MSVC v143* VS 2022 C++ ARM64 build tools (Latest)_. * To build the tests, you will need some additional components: From c3b9a6b32352574c76fe98f9f37774811f6a32f7 Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Sun, 24 Mar 2024 19:18:02 -0700 Subject: [PATCH 2/2] Revert changes to windows-requirements.md per review feedback --- docs/workflow/requirements/windows-requirements.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/workflow/requirements/windows-requirements.md b/docs/workflow/requirements/windows-requirements.md index 9c7dded7acbf3..86c1fca3a7f3d 100644 --- a/docs/workflow/requirements/windows-requirements.md +++ b/docs/workflow/requirements/windows-requirements.md @@ -36,8 +36,7 @@ Note that Visual Studio and the development tools described below are required, * It's recommended to use **Workloads** installation approach. The following are the minimum requirements: * **.NET Desktop Development** with all default components, - * **Desktop Development with C++** with all default components, plus: - * *Windows 10 SDK (10.0.20348)* or newer, instead of version 10.0.19041 + * **Desktop Development with C++** with all default components. * To build for Arm64, make sure that you have the right architecture-specific compilers installed. In the **Individual components** window, in the **Compilers, build tools, and runtimes** section: * For Arm64, check the box for _MSVC v143* VS 2022 C++ ARM64 build tools (Latest)_. * To build the tests, you will need some additional components: