From 57d99911dcafd90348e5370475ba0767d389a57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Matou=C5=A1ek?= Date: Mon, 1 Dec 2025 09:44:22 -0800 Subject: [PATCH] Revise Visual Studio setup instructions for Windows The build fails if Windows SDK is not installed. --- documentation/project-docs/developer-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/project-docs/developer-guide.md b/documentation/project-docs/developer-guide.md index 61fb41ea8a37..fbcfbd3609a9 100644 --- a/documentation/project-docs/developer-guide.md +++ b/documentation/project-docs/developer-guide.md @@ -8,7 +8,7 @@ In order to build and test the .NET Core Command-line Interface (CLI), you need ### For Windows 1. git (available from the [Git Website](http://www.git-scm.com/)) on the PATH. -2. MSVC, C++ CMake Tools, and C++ ATL through the Visual Studio Installer via the "Desktop development with C++" workload. +2. Visual Studio "Desktop development with C++" workload with all defaults (see [Native AOT prerequisites](https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/?tabs=windows%2Cnet8#prerequisites)). ### For Linux