Skip to content

Commit

Permalink
List Win11 SDK as requirement to build the solution (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored Feb 15, 2024
1 parent e760db6 commit b0d7e4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,12 @@ You can install the prerequisites in one of two ways:
* Windows 10 1709 (16299) or later
* [Developer mode enabled](https://docs.microsoft.com/windows/uwp/get-started/enable-your-device-for-development) (optional)
* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)
* Or use winget to install it ;) (although you may need to adjust the workloads via Tools->Get Tools and Features...)
* Or use winget to install it ;) (although you may need to adjust the workloads via Tools -> Get Tools and Features...)
* [Git Large File Storage (LFS)](https://git-lfs.github.com/)
* The following workloads:
* .NET Desktop Development
* Universal Windows Platform Development
* Windows 11 SDK (10.0.22000.0) (Tools -> Get Tools and Features -> Individual Components)

### Building

Expand Down

0 comments on commit b0d7e4c

Please sign in to comment.