File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 <!-- This file is modified by common/Scripts/UseUnoWinUI.ps1 to switch between WinUI 2 and 3 under Uno Platform -->
33 <!-- All Uno-based heads and multitargeted library projects reference this file, while native (UWP/WinAppSdk) heads don't and shouldn't need to. -->
44 <ItemGroup Condition =" '$(IsUno)' == 'true'" >
5- <PackageReference Include =" Uno.UI" Version =" 4.2.6 " />
5+ <PackageReference Include =" Uno.UI" Version =" 4.4.13 " />
66 </ItemGroup >
77
88 <ItemGroup Condition =" '$(IsWasm)' == 'true' OR '$(IsWpf)' == 'true' OR '$(IsGtk)' == 'true'" >
9- <PackageReference Include =" Uno.UI.RemoteControl" Version =" 4.2.6 " Condition =" '$(Configuration)'=='Debug'" />
9+ <PackageReference Include =" Uno.UI.RemoteControl" Version =" 4.4.13 " Condition =" '$(Configuration)'=='Debug'" />
1010 </ItemGroup >
1111
1212 <ItemGroup Condition =" '$(IsGtkHead)' == 'true'" >
13- <PackageReference Include =" Uno.UI.Skia.Gtk" Version =" 4.2.6 " />
13+ <PackageReference Include =" Uno.UI.Skia.Gtk" Version =" 4.4.13 " />
1414 </ItemGroup >
1515
1616 <ItemGroup Condition =" '$(IsWpfHead)' == 'true'" >
17- <PackageReference Include =" Uno.UI.Skia.Wpf" Version =" 4.2.6 " />
17+ <PackageReference Include =" Uno.UI.Skia.Wpf" Version =" 4.4.13 " />
1818 </ItemGroup >
1919 <PropertyGroup Condition =" '$(IsWpfHead)' == 'true'" >
2020 <!-- Ignorable issue from SkiaSharp package, see: https://github.com/CommunityToolkit/Labs-Windows/pull/119#issuecomment-1125373091 -->
2121 <NoWarn >NU1701</NoWarn >
2222 </PropertyGroup >
2323
2424 <ItemGroup Condition =" '$(IsWasmHead)' == 'true'" >
25- <PackageReference Include =" Uno.UI.WebAssembly" Version =" 4.2.6 " />
25+ <PackageReference Include =" Uno.UI.WebAssembly" Version =" 4.4.13 " />
2626 </ItemGroup >
2727
2828 <!-- Import Uno and native dependencies for all multitargeted library projects. -->
You can’t perform that action at this time.
0 commit comments