Skip to content

Commit 743fab1

Browse files
Update Uno to 4.2.6 (#119)
* Update Uno to 4.2.6 * Ignore warning on Skia NuGet package, add note about it to props file.
1 parent ccbfdf5 commit 743fab1

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

common/Labs.Uno.props

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,26 @@
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>

0 commit comments

Comments
 (0)