|
9 | 9 | </ItemGroup> |
10 | 10 | <!-- Uno--> |
11 | 11 | <ItemGroupCondition=" $(IsUnoProject) == 'true'"> |
12 | | - <PackageVersionInclude="Uno.UI"Version="4.7.37" /> |
13 | 12 | <PackageVersionInclude="Uno.WinUI"Version="4.7.37" /> |
14 | | - <PackageVersionInclude="Uno.Core"Version="4.0.1" /> |
15 | | - <PackageVersionInclude="Uno.Extensions.Hosting.WinUI"Version="2.3.0-dev.662" /> |
| 13 | + <PackageVersionInclude="Uno.WinUI.Skia.Gtk"Version="4.7.37" /> |
| 14 | + <PackageVersionInclude="Uno.WinUI.Skia.Linux.FrameBuffer"Version="4.7.37" /> |
| 15 | + <PackageVersionInclude="Uno.WinUI.Skia.Wpf"Version="4.7.37" /> |
16 | 16 | <PackageVersionInclude="Uno.Wasm.Bootstrap"Version="7.0.17" /> |
17 | 17 | <PackageVersionInclude="Uno.Wasm.Bootstrap.DevServer"Version="7.0.17" /> |
| 18 | + <PackageVersionInclude="Uno.WinUI.WebAssembly"Version="4.7.37" /> |
| 19 | + <PackageVersionInclude="Uno.WinUI.RemoteControl"Version="4.7.37" /> |
| 20 | + <PackageVersionInclude="Uno.UI.Adapter.Microsoft.Extensions.Logging"Version="4.7.37" /> |
| 21 | + <PackageVersionInclude="Uno.Core"Version="4.0.1" /> |
| 22 | + <PackageVersionInclude="Uno.Core.Extensions.Logging.Singleton"Version="4.0.1" /> |
18 | 23 | <PackageVersionInclude="Uno.Microsoft.Xaml.Behaviors.Uwp.Managed"Version="2.3.0" /> |
19 | 24 | <PackageVersionInclude="Uno.Microsoft.Xaml.Behaviors.WinUI.Managed"Version="2.3.0" /> |
20 | 25 | <PackageVersionInclude="Microsoft.Xaml.Behaviors.Uwp.Managed"Version="2.0.1" /> |
21 | 26 | <PackageVersionInclude="Microsoft.Xaml.Behaviors.WinUI.Managed"Version="2.0.9" /> |
22 | | - <PackageVersionInclude="Microsoft.WindowsAppSDK"Version="1.2.230118.102" /> |
| 27 | + <PackageVersionInclude="Microsoft.WindowsAppSDK"Version="1.2.221109.1"Condition="$(MSBuildProjectName.Contains('Prism'))" /> |
| 28 | + <PackageVersionInclude="Microsoft.WindowsAppSDK"Version="1.2.230118.102"Condition="!$(MSBuildProjectName.Contains('Prism'))" /> |
23 | 29 | <PackageVersionInclude="Microsoft.Windows.SDK.BuildTools"Version="10.0.22621.755" /> |
| 30 | + <PackageVersionInclude="SkiaSharp.Views.Uno.WinUI"Version="2.88.3" /> |
| 31 | + <PackageVersionInclude="SkiaSharp.Skottie"Version="2.88.3" /> |
| 32 | + <PackageVersionInclude="Uno.Resizetizer"Version="0.36.0-dev.129" /> |
| 33 | + <PackageVersionInclude="Uno.Extensions.Core"Version="2.3.0-dev.690" /> |
| 34 | + <PackageVersionInclude="Uno.Extensions.Logging.OSLog"Version="1.4.0" /> |
| 35 | + <PackageVersionInclude="Uno.Extensions.Logging.WinUI"Version="2.3.0-dev.690" /> |
| 36 | + <PackageVersionInclude="Uno.Extensions.Logging.Serilog"Version="2.3.0-dev.690" /> |
| 37 | + <PackageVersionInclude="Uno.Extensions.Logging.WebAssembly.Console"Version="1.3.0" /> |
| 38 | + <PackageVersionInclude="Uno.Material.WinUI"Version="2.5.0-dev.31" /> |
| 39 | + <PackageVersionInclude="Uno.Toolkit.WinUI.Material"Version="2.5.0-dev.23" /> |
| 40 | + <PackageVersionInclude="Uno.Toolkit.WinUI"Version="2.5.0-dev.23" /> |
| 41 | + <PackageVersionInclude="Uno.Extensions.Hosting.WinUI"Version="2.3.0-dev.690" /> |
| 42 | + <PackageVersionInclude="Microsoft.Extensions.Logging.Console"Version="7.0.0" /> |
| 43 | + <PackageVersionInclude="Xamarin.Google.Android.Material"Version="1.7.0.2" /> |
| 44 | + <PackageVersionInclude="Uno.UniversalImageLoader"Version="1.9.36" /> |
| 45 | + <PackageVersionInclude="Microsoft.Windows.Compatibility"Version="7.0.0" /> |
24 | 46 | </ItemGroup> |
25 | 47 | <!-- Tests--> |
26 | 48 | <ItemGroup> |
|
36 | 58 | <PackageVersionInclude="Xunit.StaFact"Version="1.1.11" /> |
37 | 59 | </ItemGroup> |
38 | 60 | <ItemGroupCondition=" $(UseMaui) != 'true'"> |
39 | | - <PackageVersionInclude="Microsoft.Extensions.DependencyInjection"Version="6.0.0" /> |
40 | | - <PackageVersionInclude="Microsoft.Extensions.Logging"Version="6.0.0" /> |
| 61 | + <PackageVersionInclude="Microsoft.Extensions.DependencyInjection"Version="7.0.0" /> |
| 62 | + <PackageVersionInclude="Microsoft.Extensions.Logging"Version="7.0.0" /> |
41 | 63 | </ItemGroup> |
42 | 64 | <!-- UI Tests--> |
43 | 65 | <ItemGroup> |
|