Skip to content

Commit

Permalink
Merge pull request #16794 from emmanuel-ferdman/wip
Browse files Browse the repository at this point in the history
docs: update reference to Uno CrossTargetting file
  • Loading branch information
Youssef1313 committed May 20, 2024
2 parents c561961 + 2762927 commit 6bbf89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/articles/uno-development/building-uno-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This article explains how to build Uno.UI locally, for instance, if you wish to
- Select the **ASP.NET and Web Development** workload
- Select the **.NET Multi-Platform App UI development`** workload
- Select the **.NET desktop development** workload
- To build the UWP flavor of Uno, you'll need **UWP Development**, install all recent UWP SDKs, starting from 10.0.19041 (or above or equal to `TargetPlatformVersion` line [in this file](https://github.com/unoplatform/uno/blob/master/src/Uno.CrossTargetting.props))
- To build the UWP flavor of Uno, you'll need **UWP Development**, install all recent UWP SDKs, starting from 10.0.19041 (or above or equal to `TargetPlatformVersion` line [in this file](https://github.com/unoplatform/uno/blob/master/src/Uno.CrossTargetting.targets))
- Install (**Tools** / **Android** / **Android SDK manager**) all Android SDKs starting from 7.1 (or the Android versions `TargetFrameworks` [list used here](https://github.com/unoplatform/uno/blob/master/src/Uno.UI.BindingHelper.Android/Uno.UI.BindingHelper.Android.csproj))
- Run [Uno.Check](https://github.com/unoplatform/uno.check) on your dev machine to setup .NET Android/iOS workloads
- Install the version of the .NET SDK specified in [global.json](../../../global.json).
Expand Down

0 comments on commit 6bbf89b

Please sign in to comment.