From aee1f3bc61868bc7f5927ac8451194207b7471bf Mon Sep 17 00:00:00 2001 From: Christoph Hofmann Date: Wed, 8 Jan 2025 20:54:56 +0100 Subject: [PATCH] Update SDK version requirements in README for installation instructions Signed-off-by: Christoph Hofmann --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2599e9b1..66dabf65 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ If you want to contribute to the Windows application, we are here to help you se ### Steps to Set Up: 1. Download and install [Visual Studio Community Edition](https://www.visualstudio.com/downloads/). -2. During installation, ensure to select Windows 10 SDK 10.0.19041.0 and Windows 11 SDK 10.0.22621. +2. During installation, ensure to select Windows 10 SDK 10.0.20348.0 and Windows 11 SDK 10.0.26100.0. 3. Check out the latest code from GitHub. 4. Install pre-commit hook tooling by executing `setup_pre-commit.ps1` 4. Open the project in Visual Studio (File -> Open -> Project/Solution).