From d54397a983e83241d5b88e0ec93d78e59b0f1fbe Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Wed, 28 Jul 2021 09:19:16 -0700 Subject: [PATCH] Update windows-requirements.md --- docs/workflow/requirements/windows-requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflow/requirements/windows-requirements.md b/docs/workflow/requirements/windows-requirements.md index 2629df320d2887..fb4b44e01f77fa 100644 --- a/docs/workflow/requirements/windows-requirements.md +++ b/docs/workflow/requirements/windows-requirements.md @@ -29,7 +29,7 @@ Visual Studio 2019 installation process: - For Arm32, check the box for "MSVC v142 - VS 2019 C++ ARM build tools (v14.23 or newer)". - For Arm64, check the box for "MSVC v142 - VS 2019 C++ ARM64 build tools (v14.23 or newer)". - To build the tests, you will need some additional components: - - Windows 10 SDK component version 10.0.18362 or newer. This component is installed by default as a part of 'Desktop Development with C++' workload. + - Windows 10 SDK component version 10.0.19041 or newer. This component is installed by default as a part of 'Desktop Development with C++' workload. - C++/CLI support for v142 build tools (v14.23 or newer) A `.vsconfig` file is included in the root of the dotnet/runtime repository that includes all components needed to build the dotnet/runtime repository. You can [import `.vsconfig` in your Visual Studio installer](https://docs.microsoft.com/en-us/visualstudio/install/import-export-installation-configurations?view=vs-2019#import-a-configuration) to install all necessary components.