Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ For general questions and support, please use [Stack Overflow](https://stackover
## <a name="dependencies"></a> Required Dependencies
The following dependencies are required for building the Windows Community Toolkit repo and sample app:

* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) with UWP and .NET workloads
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) with UWP, .NET, and Desktop C++ workloads
* You'll also need to check the `C++ (v142) Universal Windows Platform tools` option under the UWP workload
* [Windows SDK October 2018 Update 17763](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive)
* [Sample App - Windows SDK May 2019 Update 18362](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive) - **Important:** If you're building the Sample App on 2004, you must install the 19041 SDK and re-target the app [ref](https://github.com/microsoft/microsoft-ui-xaml/issues/1286).
Expand Down