From 0363c512f0295a180e41add679dea5a4124edcbd Mon Sep 17 00:00:00 2001 From: staphen Date: Fri, 15 Aug 2025 14:07:12 -0400 Subject: [PATCH] Adjust build documentation to target current Windows SDK version --- docs/building.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/building.md b/docs/building.md index 4e6ec1e58..755a299f8 100644 --- a/docs/building.md +++ b/docs/building.md @@ -539,8 +539,7 @@ emrun index.html * Git * Visual Studio 2022 with the following packages installed: * C++ (v143) Universal Windows Platform tools - * Windows 11 SDK (10.0.22000.0) - * Windows 10 SDK (10.0.18362.0) + * Windows 11 SDK (10.0.26100.0) * MSVC v143 - VS 2022 C++ x64/x86 build tools _Note: Visual Studio Community Edition can be used._