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 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'" >
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 >
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments