File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
MultiTarget/PackageReferences Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
<!-- This file is modified by UseUnoWinUI.ps1 to switch between WinUI 2 and 3 under Uno Platform -->
3
3
<!-- All Uno-based project heads and MultiTarget-enabled library projects need to reference this file, while native (UWP/WinAppSdk) heads don't. -->
4
4
<ItemGroup Condition =" '$(IsUno)' == 'true'" >
5
- <PackageReference Include =" Uno.UI" Version =" 4.6.18 " />
5
+ <PackageReference Include =" Uno.UI" Version =" 4.9.26 " />
6
6
</ItemGroup >
7
7
8
8
<PropertyGroup Condition =" '$(IsUno)' == 'true'" >
9
9
<UnoUIUseRoslynSourceGenerators >true</UnoUIUseRoslynSourceGenerators >
10
10
</PropertyGroup >
11
11
12
12
<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'" />
14
14
</ItemGroup >
15
15
16
16
<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 " />
18
18
</ItemGroup >
19
19
20
20
<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 " />
22
22
</ItemGroup >
23
23
24
24
<PropertyGroup Condition =" '$(IsWpfHead)' == 'true'" >
35
35
</PropertyGroup >
36
36
37
37
<ItemGroup Condition =" '$(IsWasmHead)' == 'true'" >
38
- <PackageReference Include =" Uno.UI.WebAssembly" Version =" 4.6.18 " />
38
+ <PackageReference Include =" Uno.UI.WebAssembly" Version =" 4.9.26 " />
39
39
</ItemGroup >
40
40
</Project >
Original file line number Diff line number Diff line change 5
5
6
6
<!-- Shared project dependencies -->
7
7
<ItemGroup >
8
- <PackageReference Include =" Newtonsoft.Json" Version =" 12 .0.2" />
8
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.2" />
9
9
</ItemGroup >
10
10
11
11
<!-- Source generators -->
You can’t perform that action at this time.
0 commit comments