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
* 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 Windows SDK 17763 (doesn't build)
- With Windows SDK 17763 and 19041 (doesn't build)
- Windows 10 Version 21H1 Build 19043
- With Windows SDK 17763 (doesn't build)
- With Windows SDK 17763 and 19041 (uwp and wasdk build)
* Update ReadMe.md
* Reorder build requirements to match Labs
* Add Migration Link to ReadMe
---------
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
Copy file name to clipboardExpand all lines: ReadMe.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,12 @@ _Building something cool? Want to engage with other developers? Want to contribu
13
13
14
14
### [Try out our Sample Gallery from the Microsoft Store](https://aka.ms/windowstoolkitapp)
15
15
16
-
Want to see the toolkit in action before jumping into the code? Download and play with the [Windows Community Toolkit Gallery](https://www.microsoft.com/store/apps/9nblggh4tlcq) from the Store.
16
+
Want to see the toolkit in action before jumping into the code? Download and play with the [Windows Community Toolkit Gallery](https://aka.ms/windowstoolkitapp) from the Store.
17
17
18
18
Please read the [Getting Started with the Windows Community Toolkit](https://docs.microsoft.com/dotnet/communitytoolkit/windows/getting-started) page for more detailed information about using the toolkit.
19
19
20
+
If you're updating from a pre-8.x version of the Windows Community Toolkit, see [our migration notes here](https://aka.ms/toolkit/windows/migration).
21
+
20
22
### Windows Community Toolkit Labs
21
23
22
24
Have an idea for a new feature? Want to checkout the latest things being built. _[Then head over to Windows Community Toolkit Labs](https://aka.ms/toolkit/labs/windows)_.
- Visual Studio 2022 (UWP & Desktop Workloads for .NET)
37
-
- .NET 6 SDK
38
-
- Windows App SDK
39
-
- Windows SDK 19041
39
+
- .NET 8 SDK
40
+
- Windows 10 SDK, version 2004 (10.0.19041.0)
41
+
- Windows 10 21H1 (Build 19043) or greater
42
+
- Run `dotnet tool restore` from the project root to install SlnGen
43
+
- 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