Skip to content

Commit 6329817

Browse files
Arlodotexemichael-hawker
authored andcommitted
Update build requirements in readme
Updates the build requirements section of the repo README, bumping .NET 6 to 8 and adding the minimum Windows 10 Version the toolkit can be built on. Tested against: - Windows 10 Version 1809 Build 17763 - With net8, no Windows SDK (doesn't build) - With net8, Windows SDK 17763 (doesn't build uwp) - With net8, Windows SDK 17763 and 19041 (doesn't build uwp) - Windows 10 Version 21H1 Build 19043 - With net8, no Windows SDK (doesn't build) - With net8, Windows SDK 17763 (doesn't build uwp) - With net8, Windows SDK 17763 and 19041 (**builds uwp and wasdk**)
1 parent 0bf9a43 commit 6329817

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ReadMe.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ git clone --recurse-submodules https://github.com/CommunityToolkit/Labs-Windows.
3232
## Build Requirements
3333

3434
- Visual Studio 2022 (UWP & Desktop Workloads for .NET)
35-
- .NET 6 SDK
36-
- Windows App SDK
37-
- Windows SDK 19041
35+
- .NET 8 SDK
36+
- Windows 10 SDK, version 2004 (10.0.19041.0)
37+
- Windows 10 21H1 (Build 19043) or greater
3838
- Run `dotnet tool restore` from the project root to install SlnGen
3939
- Run build scripts from the [Developer Command Prompt for Visual Studio](https://learn.microsoft.com/visualstudio/ide/reference/command-prompt-powershell) or from elsewhere after adding `MSBuild.exe` to your PATH
4040

0 commit comments

Comments
 (0)