Skip to content

Commit a56089e

Browse files
authored
Merge pull request #92 from CommunityToolkit/deps/update/uno
Bumped Uno to latest version
2 parents 34496ae + 442589d commit a56089e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

MultiTarget/PackageReferences/Uno.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
<!-- This file is modified by UseUnoWinUI.ps1 to switch between WinUI 2 and 3 under Uno Platform -->
33
<!-- All Uno-based project heads and MultiTarget-enabled library projects need to reference this file, while native (UWP/WinAppSdk) heads don't. -->
44
<ItemGroup Condition="'$(IsUno)' == 'true'">
5-
<PackageReference Include="Uno.UI" Version="4.6.18" />
5+
<PackageReference Include="Uno.UI" Version="4.9.26" />
66
</ItemGroup>
77

88
<PropertyGroup Condition="'$(IsUno)' == 'true'">
99
<UnoUIUseRoslynSourceGenerators>true</UnoUIUseRoslynSourceGenerators>
1010
</PropertyGroup>
1111

1212
<ItemGroup Condition="'$(IsWasm)' == 'true' OR '$(IsWpf)' == 'true' OR '$(IsGtk)' == 'true'">
13-
<PackageReference Include="Uno.UI.RemoteControl" Version="4.6.18" Condition="'$(Configuration)'=='Debug'" />
13+
<PackageReference Include="Uno.UI.RemoteControl" Version="4.9.26" Condition="'$(Configuration)'=='Debug'" />
1414
</ItemGroup>
1515

1616
<ItemGroup Condition="'$(IsGtkHead)' == 'true'">
17-
<PackageReference Include="Uno.UI.Skia.Gtk" Version="4.6.18" />
17+
<PackageReference Include="Uno.UI.Skia.Gtk" Version="4.9.26" />
1818
</ItemGroup>
1919

2020
<ItemGroup Condition="'$(IsWpfHead)' == 'true'">
21-
<PackageReference Include="Uno.UI.Skia.Wpf" Version="4.6.18" />
21+
<PackageReference Include="Uno.UI.Skia.Wpf" Version="4.9.26" />
2222
</ItemGroup>
2323

2424
<PropertyGroup Condition="'$(IsWpfHead)' == 'true'">
@@ -35,6 +35,6 @@
3535
</PropertyGroup>
3636

3737
<ItemGroup Condition="'$(IsWasmHead)' == 'true'">
38-
<PackageReference Include="Uno.UI.WebAssembly" Version="4.6.18" />
38+
<PackageReference Include="Uno.UI.WebAssembly" Version="4.9.26" />
3939
</ItemGroup>
4040
</Project>

ProjectHeads/App.Head.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- Shared project dependencies -->
77
<ItemGroup>
8-
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
8+
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
99
</ItemGroup>
1010

1111
<!-- Source generators -->

0 commit comments

Comments
 (0)