You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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**)
- 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
38
38
- Run `dotnet tool restore` from the project root to install SlnGen
39
39
- 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
0 commit comments