File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 2626 </PropertyGroup >
2727
2828 <ItemGroup Condition =" '$(IsUno)' == 'true'" >
29- <PackageReference Include =" Uno.UI" Version =" 4.1.9 " />
29+ <PackageReference Include =" Uno.UI" Version =" 4.2.6 " />
3030 </ItemGroup >
3131
3232 <ItemGroup Condition =" '$(IsWasm)' == 'true' OR '$(IsWpf)' == 'true' OR '$(IsGtk)' == 'true'" >
33- <PackageReference Include =" Uno.UI.RemoteControl" Version =" 4.1.9 " Condition =" '$(Configuration)'=='Debug'" />
33+ <PackageReference Include =" Uno.UI.RemoteControl" Version =" 4.2.6 " Condition =" '$(Configuration)'=='Debug'" />
3434 </ItemGroup >
3535
3636 <ItemGroup Condition =" '$(IsGtkHead)' == 'true'" >
37- <PackageReference Include =" Uno.UI.Skia.Gtk" Version =" 4.1.9 " />
37+ <PackageReference Include =" Uno.UI.Skia.Gtk" Version =" 4.2.6 " />
3838 </ItemGroup >
3939
4040 <ItemGroup Condition =" '$(IsWpfHead)' == 'true'" >
41- <PackageReference Include =" Uno.UI.Skia.Wpf" Version =" 4.1.9 " />
41+ <PackageReference Include =" Uno.UI.Skia.Wpf" Version =" 4.2.6 " />
4242 </ItemGroup >
43+ <PropertyGroup Condition =" '$(IsWpfHead)' == 'true'" >
44+ <!-- Ignorable issue from SkiaSharp package, see: https://github.com/CommunityToolkit/Labs-Windows/pull/119#issuecomment-1125373091 -->
45+ <NoWarn >NU1701</NoWarn >
46+ </PropertyGroup >
4347
4448 <ItemGroup Condition =" '$(IsWasmHead)' == 'true'" >
45- <PackageReference Include =" Uno.UI.WebAssembly" Version =" 4.1.9 " />
49+ <PackageReference Include =" Uno.UI.WebAssembly" Version =" 4.2.6 " />
4650 </ItemGroup >
4751</Project >
You can’t perform that action at this time.
0 commit comments