WinUI, version, Uno packages...? #13671
Replies: 1 comment 2 replies
-
At present time, the Uno Platform template uses WinAppSDK 1.3. You can find the versions in your project's
You can add dependencies directly in the "shared class library" project, which contains your XAML files. Those dependencies will automatically get propagated to your platform head projects. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Everything is up to date with the latest version
I have created a new solution in VS2022, using .NET 6, MVVM etc using the following template...

However I can't find any reference in the project properties, NuGet dependencies etc on which version of WinUI it is targeting?
I'm developing on Windows, but the primary target will be Skia.Gtk
Further more, I then look at this page and I can't decide whether it means that if it's a WinUI 3 solution that I don't need to use the UNO Community Toolkit libraries or that I don't for the Windows platform but do for the SkiaGtk or something else. If I do need them, should they be added at the solution level or are the project level (not the platform versions)?
Beta Was this translation helpful? Give feedback.
All reactions