From 49fadfd7c05e9cf994772f5aed9fbd1d2bcb6b4a Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Thu, 30 May 2019 17:33:21 -0700 Subject: [PATCH] Add information in docs for required Windows SDK version for test build. (dotnet/coreclr#24865) Commit migrated from https://github.com/dotnet/coreclr/commit/56c35e9b60e5f3a978ebe0b77f4b5b0c040495e4 --- docs/coreclr/building/windows-instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/coreclr/building/windows-instructions.md b/docs/coreclr/building/windows-instructions.md index 1852708..9f5495f 100644 --- a/docs/coreclr/building/windows-instructions.md +++ b/docs/coreclr/building/windows-instructions.md @@ -42,6 +42,7 @@ For Visual Studio 2017: * Windows 10 SDK or Windows 8.1 SDK * To build for Arm32, Make sure that you have the Windows 10 SDK installed (or selected to be installed as part of VS installation). To explicitly install Windows SDK, download it from here: [Windows SDK for Windows 10](https://developer.microsoft.com/en-us/windows/downloads). * In addition, ensure you install the ARM tools. In the "Individual components" window, in the "Compilers, build tools, and runtimes" section, check the box for "Visual C++ compilers and libraries for ARM". +* To build the tests, make sure you have a Windows 10 SDK for at least version 10.0.17763 or newer. * **Important:** You must have the `msdia120.dll` COM Library registered in order to build the repository. * This binary is registered by default when installing the "VC++ Tools" with Visual Studio 2015 * You can also manually register the binary by launching the "Developer Command Prompt for VS2017" with Administrative privileges and running `regsvr32.exe "%VSINSTALLDIR%\Common7\IDE\msdia120.dll"` -- 2.7.4