diff --git a/UI/AdvancedXBind/AdvancedXBind.Mobile/AdvancedXBind.Mobile.csproj b/UI/AdvancedXBind/AdvancedXBind.Mobile/AdvancedXBind.Mobile.csproj index e1ea9e1f7..414a4186c 100644 --- a/UI/AdvancedXBind/AdvancedXBind.Mobile/AdvancedXBind.Mobile.csproj +++ b/UI/AdvancedXBind/AdvancedXBind.Mobile/AdvancedXBind.Mobile.csproj @@ -1,21 +1,21 @@ - net8.0-android;net8.0-ios;net8.0-maccatalyst; + net9.0-android;net9.0-ios; true Exe - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 - + - + true - 14.2 - 14.0 - 21.0 - 10.14 + 14.2 + 14.0 + 21.0 + 10.14 @@ -25,7 +25,7 @@ - + @@ -34,8 +34,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --marshal-objectivec-exceptions:disable @@ -45,7 +45,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -60,7 +60,7 @@ - + diff --git a/UI/AdvancedXBind/AdvancedXBind.Windows/AdvancedXBind.Windows.csproj b/UI/AdvancedXBind/AdvancedXBind.Windows/AdvancedXBind.Windows.csproj index c3d34b6fd..e89fcb9ac 100644 --- a/UI/AdvancedXBind/AdvancedXBind.Windows/AdvancedXBind.Windows.csproj +++ b/UI/AdvancedXBind/AdvancedXBind.Windows/AdvancedXBind.Windows.csproj @@ -2,7 +2,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 AdvancedXBind app.manifest diff --git a/UI/AndroidCustomCamera/AndroidCustomCamera/AndroidCustomCamera.csproj b/UI/AndroidCustomCamera/AndroidCustomCamera/AndroidCustomCamera.csproj index 68227c70a..2b4d5ad5d 100644 --- a/UI/AndroidCustomCamera/AndroidCustomCamera/AndroidCustomCamera.csproj +++ b/UI/AndroidCustomCamera/AndroidCustomCamera/AndroidCustomCamera.csproj @@ -1,6 +1,6 @@ - net8.0-android + net9.0-android Exe true diff --git a/UI/AndroidCustomCamera/AndroidCustomCamera/Properties/launchSettings.json b/UI/AndroidCustomCamera/AndroidCustomCamera/Properties/launchSettings.json index f3c5cca63..373259e64 100644 --- a/UI/AndroidCustomCamera/AndroidCustomCamera/Properties/launchSettings.json +++ b/UI/AndroidCustomCamera/AndroidCustomCamera/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "AndroidCustomCamera (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/AndroidCustomCamera.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/AndroidCustomCamera.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/Authentication.OidcDemo/Authentication.OidcDemo/Authentication.OidcDemo.Mobile/Authentication.OidcDemo.Mobile.csproj b/UI/Authentication.OidcDemo/Authentication.OidcDemo/Authentication.OidcDemo.Mobile/Authentication.OidcDemo.Mobile.csproj index a5b3f1b7d..4019324d4 100644 --- a/UI/Authentication.OidcDemo/Authentication.OidcDemo/Authentication.OidcDemo.Mobile/Authentication.OidcDemo.Mobile.csproj +++ b/UI/Authentication.OidcDemo/Authentication.OidcDemo/Authentication.OidcDemo.Mobile/Authentication.OidcDemo.Mobile.csproj @@ -1,17 +1,17 @@  - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst trueExetrue14.214.021.010.14 + $(TargetFrameworks);net9.0-macos + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -22,7 +22,7 @@ - + @@ -34,8 +34,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -46,7 +46,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -61,7 +61,7 @@ - + diff --git a/UI/Authentication.OidcDemo/Authentication.OidcDemo/Authentication.OidcDemo.Skia.Wpf/Authentication.OidcDemo.Skia.Wpf.csproj b/UI/Authentication.OidcDemo/Authentication.OidcDemo/Authentication.OidcDemo.Skia.Wpf/Authentication.OidcDemo.Skia.Wpf.csproj index a2236c69e..267936f8c 100644 --- a/UI/Authentication.OidcDemo/Authentication.OidcDemo/Authentication.OidcDemo.Skia.Wpf/Authentication.OidcDemo.Skia.Wpf.csproj +++ b/UI/Authentication.OidcDemo/Authentication.OidcDemo/Authentication.OidcDemo.Skia.Wpf/Authentication.OidcDemo.Skia.Wpf.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0-windows + net9.0-windows true diff --git a/UI/Authentication.OidcDemo/Authentication.OidcDemo/Authentication.OidcDemo.Windows/Authentication.OidcDemo.Windows.csproj b/UI/Authentication.OidcDemo/Authentication.OidcDemo/Authentication.OidcDemo.Windows/Authentication.OidcDemo.Windows.csproj index 6437b7329..4c21a3c65 100644 --- a/UI/Authentication.OidcDemo/Authentication.OidcDemo/Authentication.OidcDemo.Windows/Authentication.OidcDemo.Windows.csproj +++ b/UI/Authentication.OidcDemo/Authentication.OidcDemo/Authentication.OidcDemo.Windows/Authentication.OidcDemo.Windows.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 Authentication.OidcDemo app.manifest diff --git a/UI/AutoSuggestSample/AutoSuggestSample/AutoSuggestSample/AutoSuggestSample.csproj b/UI/AutoSuggestSample/AutoSuggestSample/AutoSuggestSample/AutoSuggestSample.csproj index fb495515c..a62641b51 100644 --- a/UI/AutoSuggestSample/AutoSuggestSample/AutoSuggestSample/AutoSuggestSample.csproj +++ b/UI/AutoSuggestSample/AutoSuggestSample/AutoSuggestSample/AutoSuggestSample.csproj @@ -1,6 +1,6 @@ - net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows10.0.19041;net8.0-browserwasm;net8.0-desktop + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true diff --git a/UI/AutoSuggestSample/AutoSuggestSample/AutoSuggestSample/Properties/launchSettings.json b/UI/AutoSuggestSample/AutoSuggestSample/AutoSuggestSample/Properties/launchSettings.json index 2d18cd6fd..75d5df4fb 100644 --- a/UI/AutoSuggestSample/AutoSuggestSample/AutoSuggestSample/Properties/launchSettings.json +++ b/UI/AutoSuggestSample/AutoSuggestSample/AutoSuggestSample/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "AutoSuggestSample (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/AutoSuggestSample.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/AutoSuggestSample.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/AutoSuggestSample/AutoSuggestSample/global.json b/UI/AutoSuggestSample/AutoSuggestSample/global.json deleted file mode 100644 index be9c4cb99..000000000 --- a/UI/AutoSuggestSample/AutoSuggestSample/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.3.96" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/Benchmark/AppBenchmark/AppBenchmark/AppBenchmark.csproj b/UI/Benchmark/AppBenchmark/AppBenchmark/AppBenchmark.csproj index 873dad916..4aa4c3c89 100644 --- a/UI/Benchmark/AppBenchmark/AppBenchmark/AppBenchmark.csproj +++ b/UI/Benchmark/AppBenchmark/AppBenchmark/AppBenchmark.csproj @@ -1,6 +1,6 @@ - net8.0-browserwasm; + net9.0-browserwasm; Exe true diff --git a/UI/Benchmark/AppBenchmark/global.json b/UI/Benchmark/AppBenchmark/global.json deleted file mode 100644 index 694b05a75..000000000 --- a/UI/Benchmark/AppBenchmark/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.4.5" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/BluetoothExplorer/UnoBluetoothExplorer.Mobile/UnoBluetoothExplorer.Mobile.csproj b/UI/BluetoothExplorer/UnoBluetoothExplorer.Mobile/UnoBluetoothExplorer.Mobile.csproj index 0297cce90..a54f8df83 100644 --- a/UI/BluetoothExplorer/UnoBluetoothExplorer.Mobile/UnoBluetoothExplorer.Mobile.csproj +++ b/UI/BluetoothExplorer/UnoBluetoothExplorer.Mobile/UnoBluetoothExplorer.Mobile.csproj @@ -1,8 +1,8 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst @@ -17,21 +17,21 @@ 1.0 1 true - 14.2 - 14.0 - 21.0 - 10.14 + 14.2 + 14.0 + 21.0 + 10.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 - + None - + None @@ -42,7 +42,7 @@ - + android-arm64 @@ -55,8 +55,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -67,7 +67,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep diff --git a/UI/BluetoothExplorer/UnoBluetoothExplorer.Windows/UnoBluetoothExplorer.Windows.csproj b/UI/BluetoothExplorer/UnoBluetoothExplorer.Windows/UnoBluetoothExplorer.Windows.csproj index 5096945be..9ccefa822 100644 --- a/UI/BluetoothExplorer/UnoBluetoothExplorer.Windows/UnoBluetoothExplorer.Windows.csproj +++ b/UI/BluetoothExplorer/UnoBluetoothExplorer.Windows/UnoBluetoothExplorer.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoBluetoothExplorer x86;x64;arm64 diff --git a/UI/BluetoothExplorer/UnoBluetoothExplorer/UnoBluetoothExplorer.csproj b/UI/BluetoothExplorer/UnoBluetoothExplorer/UnoBluetoothExplorer.csproj index 8624dbec1..fc7f11f0e 100644 --- a/UI/BluetoothExplorer/UnoBluetoothExplorer/UnoBluetoothExplorer.csproj +++ b/UI/BluetoothExplorer/UnoBluetoothExplorer/UnoBluetoothExplorer.csproj @@ -1,6 +1,6 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 + $(TargetFrameworks);net9.0-windows10.0.26100 $(TargetFrameworks);net8.0 <_CanUseMobileTargets Condition="!$([MSBuild]::IsOSPlatform('Linux'))">true - $(TargetFrameworks);net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + $(TargetFrameworks);net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst en @@ -29,11 +29,11 @@ - + - + diff --git a/UI/CameraCaptureUI/CameraCaptureUISample/CameraCaptureUISample.Mobile/CameraCaptureUISample.Mobile.csproj b/UI/CameraCaptureUI/CameraCaptureUISample/CameraCaptureUISample.Mobile/CameraCaptureUISample.Mobile.csproj index f22436650..ecf307229 100644 --- a/UI/CameraCaptureUI/CameraCaptureUISample/CameraCaptureUISample.Mobile/CameraCaptureUISample.Mobile.csproj +++ b/UI/CameraCaptureUI/CameraCaptureUISample/CameraCaptureUISample.Mobile/CameraCaptureUISample.Mobile.csproj @@ -1,7 +1,7 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios + net9.0-android + $(TargetFrameworks);net9.0-ios @@ -11,21 +11,21 @@ true Exe - + - + true - 14.2 - 14.0 - 21.0 - 10.14 + 14.2 + 14.0 + 21.0 + 10.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -35,7 +35,7 @@ - + @@ -44,8 +44,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -56,7 +56,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -71,7 +71,7 @@ - + diff --git a/UI/CameraCaptureUI/CameraCaptureUISample/CameraCaptureUISample.Windows/CameraCaptureUISample.Windows.csproj b/UI/CameraCaptureUI/CameraCaptureUISample/CameraCaptureUISample.Windows/CameraCaptureUISample.Windows.csproj index ef0ae3155..78d3ae090 100644 --- a/UI/CameraCaptureUI/CameraCaptureUISample/CameraCaptureUISample.Windows/CameraCaptureUISample.Windows.csproj +++ b/UI/CameraCaptureUI/CameraCaptureUISample/CameraCaptureUISample.Windows/CameraCaptureUISample.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 CameraCaptureUISample app.manifest diff --git a/UI/CardViewMigration/CardViewMigration/CardViewMigration/CardViewMigration.csproj b/UI/CardViewMigration/CardViewMigration/CardViewMigration/CardViewMigration.csproj index bc1e539fd..20a6a1bb1 100644 --- a/UI/CardViewMigration/CardViewMigration/CardViewMigration/CardViewMigration.csproj +++ b/UI/CardViewMigration/CardViewMigration/CardViewMigration/CardViewMigration.csproj @@ -1,6 +1,6 @@ - net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows10.0.19041;net8.0-browserwasm;net8.0-desktop + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true diff --git a/UI/CardViewMigration/CardViewMigration/CardViewMigration/Properties/launchSettings.json b/UI/CardViewMigration/CardViewMigration/CardViewMigration/Properties/launchSettings.json index 098c7d1aa..4ef133e2c 100644 --- a/UI/CardViewMigration/CardViewMigration/CardViewMigration/Properties/launchSettings.json +++ b/UI/CardViewMigration/CardViewMigration/CardViewMigration/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "CardViewMigration (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/CardViewMigration.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/CardViewMigration.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/CardViewMigration/CardViewMigration/global.json b/UI/CardViewMigration/CardViewMigration/global.json deleted file mode 100644 index e60ed522c..000000000 --- a/UI/CardViewMigration/CardViewMigration/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.4.8" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/ChatGPT/src/ChatGPT/App.xaml.cs b/UI/ChatGPT/src/ChatGPT/App.xaml.cs index 81d7520df..730b82a6a 100644 --- a/UI/ChatGPT/src/ChatGPT/App.xaml.cs +++ b/UI/ChatGPT/src/ChatGPT/App.xaml.cs @@ -50,7 +50,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs args) else { services - .AddSingleton(new ChatClient("gpt-3.5-turbo", apiKey)) + .AddSingleton(new ChatClient("gpt-5", apiKey)) .AddSingleton(); } @@ -60,7 +60,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs args) MainWindow = builder.Window; #if DEBUG - MainWindow.EnableHotReload(); + MainWindow.UseStudio(); #endif MainWindow.SetWindowIcon(); diff --git a/UI/ChatGPT/src/ChatGPT/ChatGPT.csproj b/UI/ChatGPT/src/ChatGPT/ChatGPT.csproj index d0d2e9ae4..fc85ba917 100644 --- a/UI/ChatGPT/src/ChatGPT/ChatGPT.csproj +++ b/UI/ChatGPT/src/ChatGPT/ChatGPT.csproj @@ -1,12 +1,12 @@  - net8.0-android; - net8.0-ios; - net8.0-maccatalyst; - net8.0-windows10.0.19041; - net8.0-desktop; - net8.0-browserwasm; + net9.0-android; + net9.0-ios; + + net9.0-windows10.0.26100; + net9.0-desktop; + net9.0-browserwasm; Exe @@ -20,33 +20,18 @@ 1.0 1 - - - - - - 10.0.19041.38 - - CSharpMarkup; - Material; - Hosting; - Toolkit; - MVUX; - Configuration; + CSharpMarkup; + Material; + Hosting; + Toolkit; + MVUX; + Configuration; + SkiaRenderer; diff --git a/UI/ChatGPT/src/ChatGPT/Platforms/Android/Main.Android.cs b/UI/ChatGPT/src/ChatGPT/Platforms/Android/Main.Android.cs index 253379a59..8f2f28b18 100644 --- a/UI/ChatGPT/src/ChatGPT/Platforms/Android/Main.Android.cs +++ b/UI/ChatGPT/src/ChatGPT/Platforms/Android/Main.Android.cs @@ -8,7 +8,6 @@ using Android.Runtime; using Android.Views; using Android.Widget; -using Com.Nostra13.Universalimageloader.Core; using Microsoft.UI.Xaml.Media; namespace ChatGPT.Droid; @@ -18,26 +17,18 @@ namespace ChatGPT.Droid; Icon = "@mipmap/icon", LargeHeap = true, HardwareAccelerated = true, - Theme = "@style/AppTheme" + Theme = "@style/Theme.App.Starting" )] public class Application : Microsoft.UI.Xaml.NativeApplication { - public Application(IntPtr javaReference, JniHandleOwnership transfer) - : base(() => new App(), javaReference, transfer) + static Application() { - ConfigureUniversalImageLoader(); } - private static void ConfigureUniversalImageLoader() + public Application(IntPtr javaReference, JniHandleOwnership transfer) + : base(() => new App(), javaReference, transfer) { - // Create global configuration and initialize ImageLoader with this config - ImageLoaderConfiguration config = new ImageLoaderConfiguration - .Builder(Context) - .Build(); - - ImageLoader.Instance.Init(config); - - ImageSource.DefaultImageLoader = ImageLoader.Instance.LoadImageAsync; } + } diff --git a/UI/ChatGPT/src/ChatGPT/Platforms/Android/MainActivity.Android.cs b/UI/ChatGPT/src/ChatGPT/Platforms/Android/MainActivity.Android.cs index 5ea7af9fe..ae38c0c02 100644 --- a/UI/ChatGPT/src/ChatGPT/Platforms/Android/MainActivity.Android.cs +++ b/UI/ChatGPT/src/ChatGPT/Platforms/Android/MainActivity.Android.cs @@ -13,4 +13,11 @@ namespace ChatGPT.Droid; )] public class MainActivity : Microsoft.UI.Xaml.ApplicationActivity { + protected override void OnCreate(Bundle? savedInstanceState) + { + global::AndroidX.Core.SplashScreen.SplashScreen.InstallSplashScreen(this); + + base.OnCreate(savedInstanceState); + } + } diff --git a/UI/ChatGPT/src/ChatGPT/Platforms/Desktop/Program.cs b/UI/ChatGPT/src/ChatGPT/Platforms/Desktop/Program.cs index 68d2c7824..7ec58d2eb 100644 --- a/UI/ChatGPT/src/ChatGPT/Platforms/Desktop/Program.cs +++ b/UI/ChatGPT/src/ChatGPT/Platforms/Desktop/Program.cs @@ -1,18 +1,18 @@ -using Uno.UI.Runtime.Skia; +using Uno.UI.Hosting; namespace ChatGPT; -public class Program +internal class Program { [STAThread] public static void Main(string[] args) { - var host = SkiaHostBuilder.Create() + var host = UnoPlatformHostBuilder.Create() .App(() => new App()) .UseX11() .UseLinuxFrameBuffer() .UseMacOS() - .UseWindows() + .UseWin32() .Build(); host.Run(); diff --git a/UI/ChatGPT/src/ChatGPT/Platforms/MacCatalyst/Entitlements.plist b/UI/ChatGPT/src/ChatGPT/Platforms/MacCatalyst/Entitlements.plist deleted file mode 100644 index 24c310368..000000000 --- a/UI/ChatGPT/src/ChatGPT/Platforms/MacCatalyst/Entitlements.plist +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/UI/ChatGPT/src/ChatGPT/Platforms/MacCatalyst/Info.plist b/UI/ChatGPT/src/ChatGPT/Platforms/MacCatalyst/Info.plist deleted file mode 100644 index 1bb02ddcd..000000000 --- a/UI/ChatGPT/src/ChatGPT/Platforms/MacCatalyst/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - UIDeviceFamily - - 2 - - LSApplicationCategoryType - public.app-category.utilities - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - XSAppIconAssets - Assets.xcassets/icon.appiconset - - - - diff --git a/UI/ChatGPT/src/ChatGPT/Platforms/MacCatalyst/Main.maccatalyst.cs b/UI/ChatGPT/src/ChatGPT/Platforms/MacCatalyst/Main.maccatalyst.cs deleted file mode 100644 index 37af33bfa..000000000 --- a/UI/ChatGPT/src/ChatGPT/Platforms/MacCatalyst/Main.maccatalyst.cs +++ /dev/null @@ -1,14 +0,0 @@ -using UIKit; - -namespace ChatGPT.MacCatalyst; - -public class EntryPoint -{ - // This is the main entry point of the application. - public static void Main(string[] args) - { - // if you want to use a different Application Delegate class from "AppDelegate" - // you can specify it here. - UIApplication.Main(args, null, typeof(App)); - } -} diff --git a/UI/ChatGPT/src/ChatGPT/Platforms/MacCatalyst/Media.xcassets/LaunchImages.launchimage/Contents.json b/UI/ChatGPT/src/ChatGPT/Platforms/MacCatalyst/Media.xcassets/LaunchImages.launchimage/Contents.json deleted file mode 100644 index 69555e440..000000000 --- a/UI/ChatGPT/src/ChatGPT/Platforms/MacCatalyst/Media.xcassets/LaunchImages.launchimage/Contents.json +++ /dev/null @@ -1,58 +0,0 @@ -{ - "images": [ - { - "orientation": "portrait", - "extent": "full-screen", - "minimum-system-version": "7.0", - "scale": "2x", - "size": "640x960", - "idiom": "iphone" - }, - { - "orientation": "portrait", - "extent": "full-screen", - "minimum-system-version": "7.0", - "subtype": "retina4", - "scale": "2x", - "size": "640x1136", - "idiom": "iphone" - }, - { - "orientation": "portrait", - "extent": "full-screen", - "minimum-system-version": "7.0", - "scale": "1x", - "size": "768x1024", - "idiom": "ipad" - }, - { - "orientation": "landscape", - "extent": "full-screen", - "minimum-system-version": "7.0", - "scale": "1x", - "size": "1024x768", - "idiom": "ipad" - }, - { - "orientation": "portrait", - "extent": "full-screen", - "minimum-system-version": "7.0", - "scale": "2x", - "size": "1536x2048", - "idiom": "ipad" - }, - { - "orientation": "landscape", - "extent": "full-screen", - "minimum-system-version": "7.0", - "scale": "2x", - "size": "2048x1536", - "idiom": "ipad" - } - ], - "properties": {}, - "info": { - "version": 1, - "author": "" - } -} \ No newline at end of file diff --git a/UI/ChatGPT/src/ChatGPT/Platforms/WebAssembly/Program.cs b/UI/ChatGPT/src/ChatGPT/Platforms/WebAssembly/Program.cs index d6d3170f3..990d89990 100644 --- a/UI/ChatGPT/src/ChatGPT/Platforms/WebAssembly/Program.cs +++ b/UI/ChatGPT/src/ChatGPT/Platforms/WebAssembly/Program.cs @@ -1,13 +1,16 @@ +using Uno.UI.Hosting; + namespace ChatGPT; public class Program { - private static App? _app; - - public static int Main(string[] args) + public static async Task Main(string[] args) { - Microsoft.UI.Xaml.Application.Start(_ => _app = new App()); + var host = UnoPlatformHostBuilder.Create() + .App(() => new App()) + .UseWebAssembly() + .Build(); - return 0; + await host.RunAsync(); } -} +} \ No newline at end of file diff --git a/UI/ChatGPT/src/ChatGPT/Platforms/iOS/Main.iOS.cs b/UI/ChatGPT/src/ChatGPT/Platforms/iOS/Main.iOS.cs index a5cb0a7c4..057197ce5 100644 --- a/UI/ChatGPT/src/ChatGPT/Platforms/iOS/Main.iOS.cs +++ b/UI/ChatGPT/src/ChatGPT/Platforms/iOS/Main.iOS.cs @@ -1,4 +1,5 @@ using UIKit; +using Uno.UI.Hosting; namespace ChatGPT.iOS; @@ -7,8 +8,11 @@ public class EntryPoint // This is the main entry point of the application. public static void Main(string[] args) { - // if you want to use a different Application Delegate class from "AppDelegate" - // you can specify it here. - UIApplication.Main(args, null, typeof(App)); + var host = UnoPlatformHostBuilder.Create() + .App(() => new App()) + .UseAppleUIKit() + .Build(); + + host.Run(); } } diff --git a/UI/ChatGPT/src/ChatGPT/Properties/launchSettings.json b/UI/ChatGPT/src/ChatGPT/Properties/launchSettings.json index f69e8ec8d..cd16634cf 100644 --- a/UI/ChatGPT/src/ChatGPT/Properties/launchSettings.json +++ b/UI/ChatGPT/src/ChatGPT/Properties/launchSettings.json @@ -1,50 +1,50 @@ { - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:8080", - "sslPort": 0 - } - }, - "profiles": { - // This profile is first in order for dotnet run to pick it up by default - "ChatGPT (WebAssembly)": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "applicationUrl": "http://localhost:5000", - "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "ChatGPT (WebAssembly IIS Express)": { - "commandName": "IISExpress", - "launchBrowser": true, - "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - // Note: In order to select this profile, you'll need to comment the `Packaged` profile below until this is fixed: https://aka.platform.uno/wasdk-maui-debug-profile-issue - "ChatGPT (WinAppSDK Unpackaged)": { - "commandName": "Project", - "compatibleTargetFramework": "windows" - }, - "ChatGPT (WinAppSDK Packaged)": { - "commandName": "MsixPackage", - "compatibleTargetFramework": "windows" - }, - "ChatGPT (Desktop)": { - "commandName": "Project", - "compatibleTargetFramework": "desktop" + "iisSettings": { + "windowsAuthentication": false, + "anonymousAuthentication": true, + "iisExpress": { + "applicationUrl": "http://localhost:8080", + "sslPort": 0 + } }, - "ChatGPT (Desktop WSL2)": { - "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/ChatGPT.dll", - "distributionName": "", - "compatibleTargetFramework": "desktop" + "profiles": { + // This profile is first in order for dotnet run to pick it up by default + "ChatGPT (WebAssembly)": { + "commandName": "Project", + "dotnetRunMessages": true, + "launchBrowser": true, + "applicationUrl": "http://localhost:5000", + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + "ChatGPT (WebAssembly IIS Express)": { + "commandName": "IISExpress", + "launchBrowser": true, + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + }, + // Note: In order to select this profile, you'll need to comment the `Packaged` profile below until this is fixed: https://aka.platform.uno/wasdk-maui-debug-profile-issue + "ChatGPT (WinAppSDK Unpackaged)": { + "commandName": "Project", + "compatibleTargetFramework": "windows" + }, + "ChatGPT (WinAppSDK Packaged)": { + "commandName": "MsixPackage", + "compatibleTargetFramework": "windows" + }, + "ChatGPT (Desktop)": { + "commandName": "Project", + "compatibleTargetFramework": "desktop" + }, + "ChatGPT (Desktop WSL2)": { + "commandName": "WSL2", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/ChatGPT.dll", + "distributionName": "", + "compatibleTargetFramework": "desktop" + } } - } } diff --git a/UI/ChatGPT/src/Directory.Packages.props b/UI/ChatGPT/src/Directory.Packages.props index 69f91f524..32bbaee9a 100644 --- a/UI/ChatGPT/src/Directory.Packages.props +++ b/UI/ChatGPT/src/Directory.Packages.props @@ -7,6 +7,6 @@ - + \ No newline at end of file diff --git a/UI/ChatGPT/src/global.json b/UI/ChatGPT/src/global.json deleted file mode 100644 index df115a63f..000000000 --- a/UI/ChatGPT/src/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.4.5" - } -} diff --git a/UI/ChatSignalR/src/UnoChat/Properties/launchSettings.json b/UI/ChatSignalR/src/UnoChat/Properties/launchSettings.json index c91d12c42..51ef9b378 100644 --- a/UI/ChatSignalR/src/UnoChat/Properties/launchSettings.json +++ b/UI/ChatSignalR/src/UnoChat/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "UnoChat (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/UnoChat.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/UnoChat.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/ChatSignalR/src/UnoChat/UnoChat.csproj b/UI/ChatSignalR/src/UnoChat/UnoChat.csproj index 69754eecb..c59a421ce 100644 --- a/UI/ChatSignalR/src/UnoChat/UnoChat.csproj +++ b/UI/ChatSignalR/src/UnoChat/UnoChat.csproj @@ -1,6 +1,6 @@ - net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows10.0.19041;net8.0-browserwasm;net8.0-desktop + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true @@ -41,7 +41,7 @@ - + diff --git a/UI/ChatSignalR/src/global.json b/UI/ChatSignalR/src/global.json deleted file mode 100644 index be9c4cb99..000000000 --- a/UI/ChatSignalR/src/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.3.96" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/ChatUI/src/ChatUI/ChatUI.csproj b/UI/ChatUI/src/ChatUI/ChatUI.csproj index ba2896879..c6bf2e057 100644 --- a/UI/ChatUI/src/ChatUI/ChatUI.csproj +++ b/UI/ChatUI/src/ChatUI/ChatUI.csproj @@ -1,6 +1,6 @@ - net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows10.0.19041;net8.0-browserwasm;net8.0-desktop + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true diff --git a/UI/ChatUI/src/ChatUI/Properties/launchSettings.json b/UI/ChatUI/src/ChatUI/Properties/launchSettings.json index 469a2f83b..060d82929 100644 --- a/UI/ChatUI/src/ChatUI/Properties/launchSettings.json +++ b/UI/ChatUI/src/ChatUI/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "ChatUI (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/ChatUI.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/ChatUI.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/ChatUI/src/global.json b/UI/ChatUI/src/global.json deleted file mode 100644 index 694b05a75..000000000 --- a/UI/ChatUI/src/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.4.5" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/CombiningMVUXAndMVVM/global.json b/UI/CombiningMVUXAndMVVM/global.json deleted file mode 100644 index 378615b13..000000000 --- a/UI/CombiningMVUXAndMVVM/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "6.0.146" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/ControlLibrary/src/XamlControlLibrary/Properties/launchSettings.json b/UI/ControlLibrary/src/XamlControlLibrary/Properties/launchSettings.json index e6023d5a6..0a043e70e 100644 --- a/UI/ControlLibrary/src/XamlControlLibrary/Properties/launchSettings.json +++ b/UI/ControlLibrary/src/XamlControlLibrary/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "XamlControlLibrary (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/XamlControlLibrary.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/XamlControlLibrary.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/ControlLibrary/src/XamlControlLibrary/XamlControlLibrary.csproj b/UI/ControlLibrary/src/XamlControlLibrary/XamlControlLibrary.csproj index 76a5afbac..b80774931 100644 --- a/UI/ControlLibrary/src/XamlControlLibrary/XamlControlLibrary.csproj +++ b/UI/ControlLibrary/src/XamlControlLibrary/XamlControlLibrary.csproj @@ -1,6 +1,6 @@ - net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows10.0.19041;net8.0-browserwasm;net8.0-desktop + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true diff --git a/UI/ControlLibrary/src/global.json b/UI/ControlLibrary/src/global.json deleted file mode 100644 index be9c4cb99..000000000 --- a/UI/ControlLibrary/src/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.3.96" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/CountryDataSample/CountryDataSample/CountryDataSample.Mobile/CountryDataSample.Mobile.csproj b/UI/CountryDataSample/CountryDataSample/CountryDataSample.Mobile/CountryDataSample.Mobile.csproj index b2cd9b3a0..c75b4ab6f 100644 --- a/UI/CountryDataSample/CountryDataSample/CountryDataSample.Mobile/CountryDataSample.Mobile.csproj +++ b/UI/CountryDataSample/CountryDataSample/CountryDataSample.Mobile/CountryDataSample.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/CountryDataSample/CountryDataSample/CountryDataSample.Windows/CountryDataSample.Windows.csproj b/UI/CountryDataSample/CountryDataSample/CountryDataSample.Windows/CountryDataSample.Windows.csproj index 450521225..7860a1f85 100644 --- a/UI/CountryDataSample/CountryDataSample/CountryDataSample.Windows/CountryDataSample.Windows.csproj +++ b/UI/CountryDataSample/CountryDataSample/CountryDataSample.Windows/CountryDataSample.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 CountryDataSample.Windows app.manifest diff --git a/UI/CountryDataSample/CountryDataSample/CountryDataSample/CountryDataSample.csproj b/UI/CountryDataSample/CountryDataSample/CountryDataSample/CountryDataSample.csproj index 7d8750f40..9104c62fc 100644 --- a/UI/CountryDataSample/CountryDataSample/CountryDataSample/CountryDataSample.csproj +++ b/UI/CountryDataSample/CountryDataSample/CountryDataSample/CountryDataSample.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/CustomSorting/CustomSorting/CustomSorting.csproj b/UI/CustomSorting/CustomSorting/CustomSorting.csproj index 4f3ea4628..e559124d7 100644 --- a/UI/CustomSorting/CustomSorting/CustomSorting.csproj +++ b/UI/CustomSorting/CustomSorting/CustomSorting.csproj @@ -1,6 +1,6 @@ - net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows10.0.19041;net8.0-browserwasm;net8.0-desktop + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true diff --git a/UI/CustomSorting/CustomSorting/Properties/launchSettings.json b/UI/CustomSorting/CustomSorting/Properties/launchSettings.json index ad5a59dd9..8577a8df1 100644 --- a/UI/CustomSorting/CustomSorting/Properties/launchSettings.json +++ b/UI/CustomSorting/CustomSorting/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "CustomSorting (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/CustomSorting.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/CustomSorting.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/CustomSorting/global.json b/UI/CustomSorting/global.json deleted file mode 100644 index be9c4cb99..000000000 --- a/UI/CustomSorting/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.3.96" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/DualScreenSample/DualScreenSample/DualScreenSample.csproj b/UI/DualScreenSample/DualScreenSample/DualScreenSample.csproj index 573dcf207..33f4ed05f 100644 --- a/UI/DualScreenSample/DualScreenSample/DualScreenSample.csproj +++ b/UI/DualScreenSample/DualScreenSample/DualScreenSample.csproj @@ -1,6 +1,6 @@ - net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows10.0.19041;net8.0-browserwasm;net8.0-desktop + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true diff --git a/UI/DualScreenSample/DualScreenSample/Properties/launchSettings.json b/UI/DualScreenSample/DualScreenSample/Properties/launchSettings.json index c9245814e..1d1e661a6 100644 --- a/UI/DualScreenSample/DualScreenSample/Properties/launchSettings.json +++ b/UI/DualScreenSample/DualScreenSample/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "DualScreenSample (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/DualScreenSample.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/DualScreenSample.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/DualScreenSample/global.json b/UI/DualScreenSample/global.json deleted file mode 100644 index be9c4cb99..000000000 --- a/UI/DualScreenSample/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.3.96" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/EFCoreSQLiteSample/src/EFCoreSQLiteSample/EFCoreSQLiteSample.csproj b/UI/EFCoreSQLiteSample/src/EFCoreSQLiteSample/EFCoreSQLiteSample.csproj index 5fb43bc62..a8248fb7a 100644 --- a/UI/EFCoreSQLiteSample/src/EFCoreSQLiteSample/EFCoreSQLiteSample.csproj +++ b/UI/EFCoreSQLiteSample/src/EFCoreSQLiteSample/EFCoreSQLiteSample.csproj @@ -1,6 +1,6 @@ - net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows10.0.19041;net8.0-browserwasm;net8.0-desktop + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true diff --git a/UI/EFCoreSQLiteSample/src/EFCoreSQLiteSample/Properties/launchSettings.json b/UI/EFCoreSQLiteSample/src/EFCoreSQLiteSample/Properties/launchSettings.json index 30c101b5b..4ffe07a52 100644 --- a/UI/EFCoreSQLiteSample/src/EFCoreSQLiteSample/Properties/launchSettings.json +++ b/UI/EFCoreSQLiteSample/src/EFCoreSQLiteSample/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "EFCoreSQLiteSample (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/EFCoreSQLiteSample.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/EFCoreSQLiteSample.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/EFCoreSQLiteSample/src/global.json b/UI/EFCoreSQLiteSample/src/global.json deleted file mode 100644 index 354caebd0..000000000 --- a/UI/EFCoreSQLiteSample/src/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.3.99" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/EmbeddedResources/EmbeddedResourcesSample/EmbeddedResourcesSample.csproj b/UI/EmbeddedResources/EmbeddedResourcesSample/EmbeddedResourcesSample.csproj index 207c8529f..bb50580d6 100644 --- a/UI/EmbeddedResources/EmbeddedResourcesSample/EmbeddedResourcesSample.csproj +++ b/UI/EmbeddedResources/EmbeddedResourcesSample/EmbeddedResourcesSample.csproj @@ -1,6 +1,6 @@ - net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-windows10.0.19041;net8.0-browserwasm;net8.0-desktop + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true diff --git a/UI/EmbeddedResources/EmbeddedResourcesSample/Properties/launchSettings.json b/UI/EmbeddedResources/EmbeddedResourcesSample/Properties/launchSettings.json index 84c1f77d4..09075768b 100644 --- a/UI/EmbeddedResources/EmbeddedResourcesSample/Properties/launchSettings.json +++ b/UI/EmbeddedResources/EmbeddedResourcesSample/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "EmbeddedResourcesSample (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/EmbeddedResourcesSample.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/EmbeddedResourcesSample.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/EmbeddedResources/global.json b/UI/EmbeddedResources/global.json deleted file mode 100644 index be9c4cb99..000000000 --- a/UI/EmbeddedResources/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.3.96" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/FileSavePickeriOS/FileSavePickeriOS/FileSavePickeriOS.Mobile/FileSavePickeriOS.Mobile.csproj b/UI/FileSavePickeriOS/FileSavePickeriOS/FileSavePickeriOS.Mobile/FileSavePickeriOS.Mobile.csproj index 54e4c8d6c..621e03d86 100644 --- a/UI/FileSavePickeriOS/FileSavePickeriOS/FileSavePickeriOS.Mobile/FileSavePickeriOS.Mobile.csproj +++ b/UI/FileSavePickeriOS/FileSavePickeriOS/FileSavePickeriOS.Mobile/FileSavePickeriOS.Mobile.csproj @@ -1,17 +1,17 @@ - $(TargetFrameworks);net8.0-ios + $(TargetFrameworks);net9.0-ios trueExetrue14.214.021.010.14 + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -21,7 +21,7 @@ - + @@ -30,8 +30,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -42,7 +42,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -57,7 +57,7 @@ - + diff --git a/UI/FoodDeliveryUI/FoodDeliveryUI/FoodDeliveryUI.Mobile/FoodDeliveryUI.Mobile.csproj b/UI/FoodDeliveryUI/FoodDeliveryUI/FoodDeliveryUI.Mobile/FoodDeliveryUI.Mobile.csproj index 2c9073db5..bc16ca349 100644 --- a/UI/FoodDeliveryUI/FoodDeliveryUI/FoodDeliveryUI.Mobile/FoodDeliveryUI.Mobile.csproj +++ b/UI/FoodDeliveryUI/FoodDeliveryUI/FoodDeliveryUI.Mobile/FoodDeliveryUI.Mobile.csproj @@ -1,17 +1,17 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst trueExetrue14.214.021.010.14 + $(TargetFrameworks);net9.0-macos + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -21,7 +21,7 @@ - + @@ -30,8 +30,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -42,7 +42,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -57,7 +57,7 @@ - + diff --git a/UI/GLCanvasElementSamples/GLCanvasElementRotatingCube/GLCanvasElementRotatingCube/GLCanvasElementRotatingCube.csproj b/UI/GLCanvasElementSamples/GLCanvasElementRotatingCube/GLCanvasElementRotatingCube/GLCanvasElementRotatingCube.csproj index d91f7143c..e90c84551 100644 --- a/UI/GLCanvasElementSamples/GLCanvasElementRotatingCube/GLCanvasElementRotatingCube/GLCanvasElementRotatingCube.csproj +++ b/UI/GLCanvasElementSamples/GLCanvasElementRotatingCube/GLCanvasElementRotatingCube/GLCanvasElementRotatingCube.csproj @@ -2,12 +2,12 @@ - net8.0-android; - net8.0-ios; - net8.0-maccatalyst; - net8.0-windows10.0.22000; - net8.0-browserwasm; - net8.0-desktop + net9.0-android; + net9.0-ios; + + net9.0-windows10.0.22000; + net9.0-browserwasm; + net9.0-desktop Exe diff --git a/UI/GLCanvasElementSamples/GLCanvasElementRotatingCube/GLCanvasElementRotatingCube/Properties/launchSettings.json b/UI/GLCanvasElementSamples/GLCanvasElementRotatingCube/GLCanvasElementRotatingCube/Properties/launchSettings.json index 69c26d635..0a3d050f6 100644 --- a/UI/GLCanvasElementSamples/GLCanvasElementRotatingCube/GLCanvasElementRotatingCube/Properties/launchSettings.json +++ b/UI/GLCanvasElementSamples/GLCanvasElementRotatingCube/GLCanvasElementRotatingCube/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "GLCanvasElementRotatingCube (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/GLCanvasElementRotatingCube.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/GLCanvasElementRotatingCube.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/GLCanvasElementSamples/GLCanvasElementRotatingCube/global.json b/UI/GLCanvasElementSamples/GLCanvasElementRotatingCube/global.json deleted file mode 100644 index 66dac5062..000000000 --- a/UI/GLCanvasElementSamples/GLCanvasElementRotatingCube/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.5.32" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/GLCanvasElementSamples/GLCanvasElementSimpleTriangle/GLCanvasElementSimpleTriangle/GLCanvasElementSimpleTriangle.csproj b/UI/GLCanvasElementSamples/GLCanvasElementSimpleTriangle/GLCanvasElementSimpleTriangle/GLCanvasElementSimpleTriangle.csproj index 5e3f62f0d..cd28d78a2 100644 --- a/UI/GLCanvasElementSamples/GLCanvasElementSimpleTriangle/GLCanvasElementSimpleTriangle/GLCanvasElementSimpleTriangle.csproj +++ b/UI/GLCanvasElementSamples/GLCanvasElementSimpleTriangle/GLCanvasElementSimpleTriangle/GLCanvasElementSimpleTriangle.csproj @@ -1,12 +1,12 @@ - net8.0-android; - net8.0-ios; - net8.0-maccatalyst; - net8.0-windows10.0.22000; - net8.0-browserwasm; - net8.0-desktop + net9.0-android; + net9.0-ios; + + net9.0-windows10.0.22000; + net9.0-browserwasm; + net9.0-desktop Exe diff --git a/UI/GLCanvasElementSamples/GLCanvasElementSimpleTriangle/GLCanvasElementSimpleTriangle/Properties/launchSettings.json b/UI/GLCanvasElementSamples/GLCanvasElementSimpleTriangle/GLCanvasElementSimpleTriangle/Properties/launchSettings.json index db3f05f71..c850a11cc 100644 --- a/UI/GLCanvasElementSamples/GLCanvasElementSimpleTriangle/GLCanvasElementSimpleTriangle/Properties/launchSettings.json +++ b/UI/GLCanvasElementSamples/GLCanvasElementSimpleTriangle/GLCanvasElementSimpleTriangle/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "GLCanvasElementSimpleTriangle (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/GLCanvasElementSimpleTriangle.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/GLCanvasElementSimpleTriangle.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/GLCanvasElementSamples/GLCanvasElementSimpleTriangle/global.json b/UI/GLCanvasElementSamples/GLCanvasElementSimpleTriangle/global.json deleted file mode 100644 index 9751c559a..000000000 --- a/UI/GLCanvasElementSamples/GLCanvasElementSimpleTriangle/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.5.32" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/HomeIdeasUI/HomeIdeasUI.Mobile/HomeIdeasUI.Mobile.csproj b/UI/HomeIdeasUI/HomeIdeasUI.Mobile/HomeIdeasUI.Mobile.csproj index edcded6a1..b1724c97d 100644 --- a/UI/HomeIdeasUI/HomeIdeasUI.Mobile/HomeIdeasUI.Mobile.csproj +++ b/UI/HomeIdeasUI/HomeIdeasUI.Mobile/HomeIdeasUI.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/HomeIdeasUI/HomeIdeasUI.Windows/HomeIdeasUI.Windows.csproj b/UI/HomeIdeasUI/HomeIdeasUI.Windows/HomeIdeasUI.Windows.csproj index 527cee25d..974f3e855 100644 --- a/UI/HomeIdeasUI/HomeIdeasUI.Windows/HomeIdeasUI.Windows.csproj +++ b/UI/HomeIdeasUI/HomeIdeasUI.Windows/HomeIdeasUI.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 HomeIdeasUI.Windows app.manifest diff --git a/UI/HomeIdeasUI/HomeIdeasUI/HomeIdeasUI.csproj b/UI/HomeIdeasUI/HomeIdeasUI/HomeIdeasUI.csproj index 7d6163ce8..b318cab88 100644 --- a/UI/HomeIdeasUI/HomeIdeasUI/HomeIdeasUI.csproj +++ b/UI/HomeIdeasUI/HomeIdeasUI/HomeIdeasUI.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/InsertingSeparators/InsertingSeparators.Mobile/InsertingSeparators.Mobile.csproj b/UI/InsertingSeparators/InsertingSeparators.Mobile/InsertingSeparators.Mobile.csproj index 1958c589b..47927a31b 100644 --- a/UI/InsertingSeparators/InsertingSeparators.Mobile/InsertingSeparators.Mobile.csproj +++ b/UI/InsertingSeparators/InsertingSeparators.Mobile/InsertingSeparators.Mobile.csproj @@ -1,21 +1,21 @@ - net8.0-android;net8.0-ios;net8.0-maccatalyst; + net9.0-android;net9.0-ios; true Exe - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 - + - + true - 14.2 - 14.0 - 21.0 - 10.14 + 14.2 + 14.0 + 21.0 + 10.14 @@ -25,7 +25,7 @@ - + @@ -34,8 +34,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -46,7 +46,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -61,7 +61,7 @@ - + diff --git a/UI/InsertingSeparators/InsertingSeparators.Windows/InsertingSeparators.Windows.csproj b/UI/InsertingSeparators/InsertingSeparators.Windows/InsertingSeparators.Windows.csproj index f88dae738..96d6c205f 100644 --- a/UI/InsertingSeparators/InsertingSeparators.Windows/InsertingSeparators.Windows.csproj +++ b/UI/InsertingSeparators/InsertingSeparators.Windows/InsertingSeparators.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 InsertingSeparators app.manifest diff --git a/UI/LiteDB/LiteDB/src/LiteDBSample.Mobile/LiteDBSample.Mobile.csproj b/UI/LiteDB/LiteDB/src/LiteDBSample.Mobile/LiteDBSample.Mobile.csproj index 5e608a4ee..d48532ade 100644 --- a/UI/LiteDB/LiteDB/src/LiteDBSample.Mobile/LiteDBSample.Mobile.csproj +++ b/UI/LiteDB/LiteDB/src/LiteDBSample.Mobile/LiteDBSample.Mobile.csproj @@ -1,17 +1,17 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst trueExetrue14.214.021.010.14 + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -24,7 +24,7 @@ - + @@ -33,8 +33,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -45,7 +45,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -60,7 +60,7 @@ - + diff --git a/UI/LiteDB/LiteDB/src/LiteDBSample.Windows/LiteDBSample.Windows.csproj b/UI/LiteDB/LiteDB/src/LiteDBSample.Windows/LiteDBSample.Windows.csproj index 938e10449..dc9552473 100644 --- a/UI/LiteDB/LiteDB/src/LiteDBSample.Windows/LiteDBSample.Windows.csproj +++ b/UI/LiteDB/LiteDB/src/LiteDBSample.Windows/LiteDBSample.Windows.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 LiteDBSample app.manifest diff --git a/UI/LocalizationSamples/Localization/UnoLocalization.Mobile/UnoLocalization.Mobile.csproj b/UI/LocalizationSamples/Localization/UnoLocalization.Mobile/UnoLocalization.Mobile.csproj index 7a2b96ae7..139bce1d9 100644 --- a/UI/LocalizationSamples/Localization/UnoLocalization.Mobile/UnoLocalization.Mobile.csproj +++ b/UI/LocalizationSamples/Localization/UnoLocalization.Mobile/UnoLocalization.Mobile.csproj @@ -1,17 +1,17 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst trueExetrue14.214.021.010.14 + $(TargetFrameworks);net9.0-macos + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -21,7 +21,7 @@ - + @@ -30,8 +30,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -42,7 +42,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -57,7 +57,7 @@ - + diff --git a/UI/LocalizationSamples/Localization/UnoLocalization.Skia.WPF/UnoLocalization.Skia.WPF.csproj b/UI/LocalizationSamples/Localization/UnoLocalization.Skia.WPF/UnoLocalization.Skia.WPF.csproj index 2463eca79..7038509d3 100644 --- a/UI/LocalizationSamples/Localization/UnoLocalization.Skia.WPF/UnoLocalization.Skia.WPF.csproj +++ b/UI/LocalizationSamples/Localization/UnoLocalization.Skia.WPF/UnoLocalization.Skia.WPF.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0-windows + net9.0-windows true diff --git a/UI/LocalizationSamples/Localization/UnoLocalization.Windows/UnoLocalization.Windows.csproj b/UI/LocalizationSamples/Localization/UnoLocalization.Windows/UnoLocalization.Windows.csproj index 8c1429dda..6e1909327 100644 --- a/UI/LocalizationSamples/Localization/UnoLocalization.Windows/UnoLocalization.Windows.csproj +++ b/UI/LocalizationSamples/Localization/UnoLocalization.Windows/UnoLocalization.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoLocalization app.manifest diff --git a/UI/LocalizationSamples/RuntimeCultureSwitching/UnoLocalization.Mobile/UnoLocalization.Mobile.csproj b/UI/LocalizationSamples/RuntimeCultureSwitching/UnoLocalization.Mobile/UnoLocalization.Mobile.csproj index 7a2b96ae7..139bce1d9 100644 --- a/UI/LocalizationSamples/RuntimeCultureSwitching/UnoLocalization.Mobile/UnoLocalization.Mobile.csproj +++ b/UI/LocalizationSamples/RuntimeCultureSwitching/UnoLocalization.Mobile/UnoLocalization.Mobile.csproj @@ -1,17 +1,17 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst trueExetrue14.214.021.010.14 + $(TargetFrameworks);net9.0-macos + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -21,7 +21,7 @@ - + @@ -30,8 +30,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -42,7 +42,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -57,7 +57,7 @@ - + diff --git a/UI/LocalizationSamples/RuntimeCultureSwitching/UnoLocalization.Skia.WPF/UnoLocalization.Skia.WPF.csproj b/UI/LocalizationSamples/RuntimeCultureSwitching/UnoLocalization.Skia.WPF/UnoLocalization.Skia.WPF.csproj index 2463eca79..7038509d3 100644 --- a/UI/LocalizationSamples/RuntimeCultureSwitching/UnoLocalization.Skia.WPF/UnoLocalization.Skia.WPF.csproj +++ b/UI/LocalizationSamples/RuntimeCultureSwitching/UnoLocalization.Skia.WPF/UnoLocalization.Skia.WPF.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0-windows + net9.0-windows true diff --git a/UI/LocalizationSamples/RuntimeCultureSwitching/UnoLocalization.Windows/UnoLocalization.Windows.csproj b/UI/LocalizationSamples/RuntimeCultureSwitching/UnoLocalization.Windows/UnoLocalization.Windows.csproj index 8c1429dda..6e1909327 100644 --- a/UI/LocalizationSamples/RuntimeCultureSwitching/UnoLocalization.Windows/UnoLocalization.Windows.csproj +++ b/UI/LocalizationSamples/RuntimeCultureSwitching/UnoLocalization.Windows/UnoLocalization.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoLocalization app.manifest diff --git a/UI/MVUX/src/.run/MVUX.run.xml b/UI/MVUX/src/.run/MVUX.run.xml index 6d1d3ae49..3b3b375ae 100644 --- a/UI/MVUX/src/.run/MVUX.run.xml +++ b/UI/MVUX/src/.run/MVUX.run.xml @@ -1,7 +1,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -80,7 +80,7 @@ - + diff --git a/UI/MapControlSample/MapControlSample/MapControlSample.Skia.WPF/MapControlSample.Skia.WPF.csproj b/UI/MapControlSample/MapControlSample/MapControlSample.Skia.WPF/MapControlSample.Skia.WPF.csproj index 01a64f44d..72da70c6b 100644 --- a/UI/MapControlSample/MapControlSample/MapControlSample.Skia.WPF/MapControlSample.Skia.WPF.csproj +++ b/UI/MapControlSample/MapControlSample/MapControlSample.Skia.WPF/MapControlSample.Skia.WPF.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0-windows + net9.0-windows true diff --git a/UI/MapControlSample/MapControlSample/MapControlSample.Windows/MapControlSample.Windows.csproj b/UI/MapControlSample/MapControlSample/MapControlSample.Windows/MapControlSample.Windows.csproj index f6bcaa67f..1ced08f49 100644 --- a/UI/MapControlSample/MapControlSample/MapControlSample.Windows/MapControlSample.Windows.csproj +++ b/UI/MapControlSample/MapControlSample/MapControlSample.Windows/MapControlSample.Windows.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 MapControlSample app.manifest diff --git a/UI/MauiEmbedding/ArcGisApp/src/ArcGisApp.MauiControls/ArcGisApp.MauiControls.csproj b/UI/MauiEmbedding/ArcGisApp/src/ArcGisApp.MauiControls/ArcGisApp.MauiControls.csproj index 7f200fec9..8d6c6e85c 100644 --- a/UI/MauiEmbedding/ArcGisApp/src/ArcGisApp.MauiControls/ArcGisApp.MauiControls.csproj +++ b/UI/MauiEmbedding/ArcGisApp/src/ArcGisApp.MauiControls/ArcGisApp.MauiControls.csproj @@ -1,12 +1,12 @@ - net8.0-windows10.0.19041 + net9.0-windows10.0.26100 net8.0; - net8.0-android; - net8.0-ios; - net8.0-maccatalyst; + net9.0-android; + net9.0-ios; + $(TargetFrameworks); diff --git a/UI/MauiEmbedding/ArcGisApp/src/ArcGisApp/ArcGisApp.csproj b/UI/MauiEmbedding/ArcGisApp/src/ArcGisApp/ArcGisApp.csproj index a2487a492..53c857996 100644 --- a/UI/MauiEmbedding/ArcGisApp/src/ArcGisApp/ArcGisApp.csproj +++ b/UI/MauiEmbedding/ArcGisApp/src/ArcGisApp/ArcGisApp.csproj @@ -1,10 +1,10 @@ - net8.0-android; - net8.0-ios; - net8.0-maccatalyst; - net8.0-windows10.0.19041; + net9.0-android; + net9.0-ios; + + net9.0-windows10.0.26100; Exe diff --git a/UI/MauiEmbedding/ArcGisApp/src/global.json b/UI/MauiEmbedding/ArcGisApp/src/global.json deleted file mode 100644 index 25b13a81d..000000000 --- a/UI/MauiEmbedding/ArcGisApp/src/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.2.139" - } -} diff --git a/UI/MauiEmbedding/DevExpressApp/src/.vscode/launch.json b/UI/MauiEmbedding/DevExpressApp/src/.vscode/launch.json index ce8921efe..f98ee2071 100644 --- a/UI/MauiEmbedding/DevExpressApp/src/.vscode/launch.json +++ b/UI/MauiEmbedding/DevExpressApp/src/.vscode/launch.json @@ -26,7 +26,7 @@ "server": { "runtimeExecutable": "dotnet", "program": "run", - "args": ["--no-build","-f","net8.0-browserwasm","--launch-profile", "DevExpressApp (WebAssembly)"], + "args": ["--no-build","-f","net9.0-browserwasm","--launch-profile", "DevExpressApp (WebAssembly)"], "outputCapture": "std", "timeout": 30000, "cwd": "${workspaceFolder}/DevExpressApp" @@ -41,7 +41,7 @@ "request": "launch", "preLaunchTask": "build-desktop", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/DevExpressApp/bin/Debug/net8.0-desktop/DevExpressApp.dll", + "program": "${workspaceFolder}/DevExpressApp/bin/Debug/net9.0-desktop/DevExpressApp.dll", "args": [], "launchSettingsProfile": "DevExpressApp (Desktop)", "env": { diff --git a/UI/MauiEmbedding/DevExpressApp/src/.vscode/tasks.json b/UI/MauiEmbedding/DevExpressApp/src/.vscode/tasks.json index 9978e3c4f..ed82c09d0 100644 --- a/UI/MauiEmbedding/DevExpressApp/src/.vscode/tasks.json +++ b/UI/MauiEmbedding/DevExpressApp/src/.vscode/tasks.json @@ -9,7 +9,7 @@ "build", "${workspaceFolder}/DevExpressApp/DevExpressApp.csproj", "/property:GenerateFullPaths=true", - "/property:TargetFramework=net8.0-browserwasm", + "/property:TargetFramework=net9.0-browserwasm", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" @@ -22,7 +22,7 @@ "publish", "${workspaceFolder}/DevExpressApp/DevExpressApp.csproj", "/property:GenerateFullPaths=true", - "/property:TargetFramework=net8.0-browserwasm", + "/property:TargetFramework=net9.0-browserwasm", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" @@ -35,7 +35,7 @@ "build", "${workspaceFolder}/DevExpressApp/DevExpressApp.csproj", "/property:GenerateFullPaths=true", - "/property:TargetFramework=net8.0-desktop", + "/property:TargetFramework=net9.0-desktop", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" @@ -48,7 +48,7 @@ "publish", "${workspaceFolder}/DevExpressApp/DevExpressApp.csproj", "/property:GenerateFullPaths=true", - "/property:TargetFramework=net8.0-desktop", + "/property:TargetFramework=net9.0-desktop", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" diff --git a/UI/MauiEmbedding/DevExpressApp/src/DevExpressApp.MauiControls/DevExpressApp.MauiControls.csproj b/UI/MauiEmbedding/DevExpressApp/src/DevExpressApp.MauiControls/DevExpressApp.MauiControls.csproj index b363b247c..ece9f9da1 100644 --- a/UI/MauiEmbedding/DevExpressApp/src/DevExpressApp.MauiControls/DevExpressApp.MauiControls.csproj +++ b/UI/MauiEmbedding/DevExpressApp/src/DevExpressApp.MauiControls/DevExpressApp.MauiControls.csproj @@ -3,8 +3,8 @@ net8.0; - net8.0-android; - net8.0-ios; + net9.0-android; + net9.0-ios; true diff --git a/UI/MauiEmbedding/DevExpressApp/src/DevExpressApp/DevExpressApp.csproj b/UI/MauiEmbedding/DevExpressApp/src/DevExpressApp/DevExpressApp.csproj index 1e6037ff5..5c1bc083e 100644 --- a/UI/MauiEmbedding/DevExpressApp/src/DevExpressApp/DevExpressApp.csproj +++ b/UI/MauiEmbedding/DevExpressApp/src/DevExpressApp/DevExpressApp.csproj @@ -1,8 +1,8 @@  - net8.0-android; - net8.0-ios; + net9.0-android; + net9.0-ios; Exe diff --git a/UI/MauiEmbedding/DevExpressApp/src/global.json b/UI/MauiEmbedding/DevExpressApp/src/global.json deleted file mode 100644 index 0636f7bfe..000000000 --- a/UI/MauiEmbedding/DevExpressApp/src/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.2.132" - } -} diff --git a/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp.MauiControls/GrapeCityApp.MauiControls.csproj b/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp.MauiControls/GrapeCityApp.MauiControls.csproj index a3e947829..d46e31c4a 100644 --- a/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp.MauiControls/GrapeCityApp.MauiControls.csproj +++ b/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp.MauiControls/GrapeCityApp.MauiControls.csproj @@ -1,8 +1,8 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net9.0-ios;net9.0-android;net9.0-maccatalyst $(OverrideTargetFrameworks) true diff --git a/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp.Mobile/GrapeCityApp.Mobile.csproj b/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp.Mobile/GrapeCityApp.Mobile.csproj index 6fd7d494e..c85401981 100644 --- a/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp.Mobile/GrapeCityApp.Mobile.csproj +++ b/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp.Mobile/GrapeCityApp.Mobile.csproj @@ -1,8 +1,8 @@ - net8.0-ios;net8.0-android + net9.0-ios;net9.0-android - + $(OverrideTargetFrameworks) true Exe diff --git a/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp.Windows/GrapeCityApp.Windows.csproj b/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp.Windows/GrapeCityApp.Windows.csproj index 6ccee7892..1e2125d01 100644 --- a/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp.Windows/GrapeCityApp.Windows.csproj +++ b/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp.Windows/GrapeCityApp.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 GrapeCityApp.Windows app.manifest diff --git a/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp/GrapeCityApp.csproj b/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp/GrapeCityApp.csproj index 9d8568c4a..d8a910d83 100644 --- a/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp/GrapeCityApp.csproj +++ b/UI/MauiEmbedding/GrapeCityApp/GrapeCityApp/GrapeCityApp.csproj @@ -1,9 +1,9 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0-ios;net8.0-android + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net9.0-ios;net9.0-android - + $(OverrideTargetFrameworks) diff --git a/UI/MauiEmbedding/GrapeCityApp/solution-config.props.sample b/UI/MauiEmbedding/GrapeCityApp/solution-config.props.sample index 17e1343de..1695589d0 100644 --- a/UI/MauiEmbedding/GrapeCityApp/solution-config.props.sample +++ b/UI/MauiEmbedding/GrapeCityApp/solution-config.props.sample @@ -12,11 +12,11 @@ - + - - - + + + diff --git a/UI/MauiEmbedding/GrialKitApp/GrialKitApp.MauiControls/GrialKitApp.MauiControls.csproj b/UI/MauiEmbedding/GrialKitApp/GrialKitApp.MauiControls/GrialKitApp.MauiControls.csproj index 7718e1824..9cad92a4e 100644 --- a/UI/MauiEmbedding/GrialKitApp/GrialKitApp.MauiControls/GrialKitApp.MauiControls.csproj +++ b/UI/MauiEmbedding/GrialKitApp/GrialKitApp.MauiControls/GrialKitApp.MauiControls.csproj @@ -1,7 +1,7 @@ - net8.0-ios;net8.0-android + net9.0-ios;net9.0-android $(OverrideTargetFrameworks) true diff --git a/UI/MauiEmbedding/GrialKitApp/GrialKitApp.Mobile/GrialKitApp.Mobile.csproj b/UI/MauiEmbedding/GrialKitApp/GrialKitApp.Mobile/GrialKitApp.Mobile.csproj index 84634ac05..bab542ea5 100644 --- a/UI/MauiEmbedding/GrialKitApp/GrialKitApp.Mobile/GrialKitApp.Mobile.csproj +++ b/UI/MauiEmbedding/GrialKitApp/GrialKitApp.Mobile/GrialKitApp.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android + net9.0-ios;net9.0-android $(OverrideTargetFrameworks) true Exe diff --git a/UI/MauiEmbedding/GrialKitApp/GrialKitApp/GrialKitApp.csproj b/UI/MauiEmbedding/GrialKitApp/GrialKitApp/GrialKitApp.csproj index 85f308a93..68377b007 100644 --- a/UI/MauiEmbedding/GrialKitApp/GrialKitApp/GrialKitApp.csproj +++ b/UI/MauiEmbedding/GrialKitApp/GrialKitApp/GrialKitApp.csproj @@ -1,6 +1,6 @@  - net8.0-ios;net8.0-android + net9.0-ios;net9.0-android $(OverrideTargetFrameworks) diff --git a/UI/MauiEmbedding/GrialKitApp/solution-config.props.sample b/UI/MauiEmbedding/GrialKitApp/solution-config.props.sample index 17e1343de..1695589d0 100644 --- a/UI/MauiEmbedding/GrialKitApp/solution-config.props.sample +++ b/UI/MauiEmbedding/GrialKitApp/solution-config.props.sample @@ -12,11 +12,11 @@ - + - - - + + + diff --git a/UI/MauiEmbedding/MauiCommunityToolkitApp/global.json b/UI/MauiEmbedding/MauiCommunityToolkitApp/global.json deleted file mode 100644 index 378615b13..000000000 --- a/UI/MauiEmbedding/MauiCommunityToolkitApp/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "6.0.146" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp.MauiControls/SyncfusionApp.MauiControls.csproj b/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp.MauiControls/SyncfusionApp.MauiControls.csproj index 1ff013b51..5925896ca 100644 --- a/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp.MauiControls/SyncfusionApp.MauiControls.csproj +++ b/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp.MauiControls/SyncfusionApp.MauiControls.csproj @@ -1,8 +1,8 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net9.0-ios;net9.0-android;net9.0-maccatalyst $(OverrideTargetFrameworks) true diff --git a/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp.Mobile/SyncfusionApp.Mobile.csproj b/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp.Mobile/SyncfusionApp.Mobile.csproj index c38bf51e9..cf13a086b 100644 --- a/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp.Mobile/SyncfusionApp.Mobile.csproj +++ b/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp.Mobile/SyncfusionApp.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst $(OverrideTargetFrameworks) true Exe diff --git a/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp.Windows/SyncfusionApp.Windows.csproj b/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp.Windows/SyncfusionApp.Windows.csproj index f6274a2da..137071724 100644 --- a/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp.Windows/SyncfusionApp.Windows.csproj +++ b/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp.Windows/SyncfusionApp.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 SyncfusionApp.Windows app.manifest diff --git a/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp/SyncfusionApp.csproj b/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp/SyncfusionApp.csproj index f54634c94..5fe6ddab8 100644 --- a/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp/SyncfusionApp.csproj +++ b/UI/MauiEmbedding/SyncfusionApp/SyncfusionApp/SyncfusionApp.csproj @@ -1,7 +1,7 @@  - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net9.0-ios;net9.0-android;net9.0-maccatalyst $(OverrideTargetFrameworks) diff --git a/UI/MauiEmbedding/SyncfusionApp/solution-config.props.sample b/UI/MauiEmbedding/SyncfusionApp/solution-config.props.sample index 17e1343de..1695589d0 100644 --- a/UI/MauiEmbedding/SyncfusionApp/solution-config.props.sample +++ b/UI/MauiEmbedding/SyncfusionApp/solution-config.props.sample @@ -12,11 +12,11 @@ - + - - - + + + diff --git a/UI/MauiEmbedding/TelerikApp/TelerikApp.MauiControls/TelerikApp.MauiControls.csproj b/UI/MauiEmbedding/TelerikApp/TelerikApp.MauiControls/TelerikApp.MauiControls.csproj index 5a48d7f13..7d438d661 100644 --- a/UI/MauiEmbedding/TelerikApp/TelerikApp.MauiControls/TelerikApp.MauiControls.csproj +++ b/UI/MauiEmbedding/TelerikApp/TelerikApp.MauiControls/TelerikApp.MauiControls.csproj @@ -1,8 +1,8 @@  - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst $(OverrideTargetFrameworks) true diff --git a/UI/MauiEmbedding/TelerikApp/TelerikApp.Mobile/TelerikApp.Mobile.csproj b/UI/MauiEmbedding/TelerikApp/TelerikApp.Mobile/TelerikApp.Mobile.csproj index 61d178ac2..f31dad8dd 100644 --- a/UI/MauiEmbedding/TelerikApp/TelerikApp.Mobile/TelerikApp.Mobile.csproj +++ b/UI/MauiEmbedding/TelerikApp/TelerikApp.Mobile/TelerikApp.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst $(OverrideTargetFrameworks) true Exe diff --git a/UI/MauiEmbedding/TelerikApp/TelerikApp.Windows/TelerikApp.Windows.csproj b/UI/MauiEmbedding/TelerikApp/TelerikApp.Windows/TelerikApp.Windows.csproj index aa6a29377..a469b4d7c 100644 --- a/UI/MauiEmbedding/TelerikApp/TelerikApp.Windows/TelerikApp.Windows.csproj +++ b/UI/MauiEmbedding/TelerikApp/TelerikApp.Windows/TelerikApp.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 TelerikApp.Windows app.manifest diff --git a/UI/MauiEmbedding/TelerikApp/TelerikApp/TelerikApp.csproj b/UI/MauiEmbedding/TelerikApp/TelerikApp/TelerikApp.csproj index 46821c174..6cec27aae 100644 --- a/UI/MauiEmbedding/TelerikApp/TelerikApp/TelerikApp.csproj +++ b/UI/MauiEmbedding/TelerikApp/TelerikApp/TelerikApp.csproj @@ -1,7 +1,7 @@  - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst $(OverrideTargetFrameworks) diff --git a/UI/MauiEmbedding/TelerikApp/solution-config.props.sample b/UI/MauiEmbedding/TelerikApp/solution-config.props.sample index 17e1343de..1695589d0 100644 --- a/UI/MauiEmbedding/TelerikApp/solution-config.props.sample +++ b/UI/MauiEmbedding/TelerikApp/solution-config.props.sample @@ -12,11 +12,11 @@ - + - - - + + + diff --git a/UI/MediaGallery/src/MediaGallerySample/MediaGallerySample.csproj b/UI/MediaGallery/src/MediaGallerySample/MediaGallerySample.csproj index f3adc7e0a..04b576711 100644 --- a/UI/MediaGallery/src/MediaGallerySample/MediaGallerySample.csproj +++ b/UI/MediaGallery/src/MediaGallerySample/MediaGallerySample.csproj @@ -1,10 +1,10 @@ - net8.0-android; - net8.0-ios; - net8.0-maccatalyst; - net8.0-windows10.0.19041; + net9.0-android; + net9.0-ios; + + net9.0-windows10.0.26100; Exe diff --git a/UI/MediaGallery/src/global.json b/UI/MediaGallery/src/global.json deleted file mode 100644 index 7f77770dc..000000000 --- a/UI/MediaGallery/src/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.3.99" - } -} diff --git a/UI/MigrateCustomRenderers/MigrateRenderersSample/MigrateRenderersSample.Mobile/MigrateRenderersSample.Mobile.csproj b/UI/MigrateCustomRenderers/MigrateRenderersSample/MigrateRenderersSample.Mobile/MigrateRenderersSample.Mobile.csproj index 3a2cbbfd6..ad9940c1e 100644 --- a/UI/MigrateCustomRenderers/MigrateRenderersSample/MigrateRenderersSample.Mobile/MigrateRenderersSample.Mobile.csproj +++ b/UI/MigrateCustomRenderers/MigrateRenderersSample/MigrateRenderersSample.Mobile/MigrateRenderersSample.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android + net9.0-ios;net9.0-android true Exe diff --git a/UI/MigrateCustomRenderers/MigrateRenderersSample/MigrateRenderersSample.Windows/MigrateRenderersSample.Windows.csproj b/UI/MigrateCustomRenderers/MigrateRenderersSample/MigrateRenderersSample.Windows/MigrateRenderersSample.Windows.csproj index 4ef275eb6..b2545c499 100644 --- a/UI/MigrateCustomRenderers/MigrateRenderersSample/MigrateRenderersSample.Windows/MigrateRenderersSample.Windows.csproj +++ b/UI/MigrateCustomRenderers/MigrateRenderersSample/MigrateRenderersSample.Windows/MigrateRenderersSample.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoWinUIQuickStart x86;x64;arm64 diff --git a/UI/MigrateCustomRenderers/MigrateRenderersSample/MigrateRenderersSample/MigrateRenderersSample.csproj b/UI/MigrateCustomRenderers/MigrateRenderersSample/MigrateRenderersSample/MigrateRenderersSample.csproj index c6362c228..eabb574d8 100644 --- a/UI/MigrateCustomRenderers/MigrateRenderersSample/MigrateRenderersSample/MigrateRenderersSample.csproj +++ b/UI/MigrateCustomRenderers/MigrateRenderersSample/MigrateRenderersSample/MigrateRenderersSample.csproj @@ -1,7 +1,7 @@  - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android true AnyCPU diff --git a/UI/MigratingAnimations/MigratingAnimations.Mobile/MigratingAnimations.Mobile.csproj b/UI/MigratingAnimations/MigratingAnimations.Mobile/MigratingAnimations.Mobile.csproj index 7e8d553df..8ac70e68f 100644 --- a/UI/MigratingAnimations/MigratingAnimations.Mobile/MigratingAnimations.Mobile.csproj +++ b/UI/MigratingAnimations/MigratingAnimations.Mobile/MigratingAnimations.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe @@ -20,7 +20,7 @@ True true - + diff --git a/UI/MigratingAnimations/MigratingAnimations.Windows/MigratingAnimations.Windows.csproj b/UI/MigratingAnimations/MigratingAnimations.Windows/MigratingAnimations.Windows.csproj index 05b1eb9ca..8e372baad 100644 --- a/UI/MigratingAnimations/MigratingAnimations.Windows/MigratingAnimations.Windows.csproj +++ b/UI/MigratingAnimations/MigratingAnimations.Windows/MigratingAnimations.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoWinUIQuickStart x86;x64;arm64 diff --git a/UI/MigratingAnimations/MigratingAnimations/MigratingAnimations.csproj b/UI/MigratingAnimations/MigratingAnimations/MigratingAnimations.csproj index a5ee53fc0..0342e51c6 100644 --- a/UI/MigratingAnimations/MigratingAnimations/MigratingAnimations.csproj +++ b/UI/MigratingAnimations/MigratingAnimations/MigratingAnimations.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/MigratingEffects/UnoEffectsSample/UnoEffectsSample.Mobile/UnoEffectsSample.Mobile.csproj b/UI/MigratingEffects/UnoEffectsSample/UnoEffectsSample.Mobile/UnoEffectsSample.Mobile.csproj index 04f438c8c..10c3fa6d8 100644 --- a/UI/MigratingEffects/UnoEffectsSample/UnoEffectsSample.Mobile/UnoEffectsSample.Mobile.csproj +++ b/UI/MigratingEffects/UnoEffectsSample/UnoEffectsSample.Mobile/UnoEffectsSample.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/MigratingEffects/UnoEffectsSample/UnoEffectsSample.Windows/UnoEffectsSample.Windows.csproj b/UI/MigratingEffects/UnoEffectsSample/UnoEffectsSample.Windows/UnoEffectsSample.Windows.csproj index a87b231d4..123e20f62 100644 --- a/UI/MigratingEffects/UnoEffectsSample/UnoEffectsSample.Windows/UnoEffectsSample.Windows.csproj +++ b/UI/MigratingEffects/UnoEffectsSample/UnoEffectsSample.Windows/UnoEffectsSample.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoEffectsSample.Windows app.manifest diff --git a/UI/MigratingEffects/UnoEffectsSample/UnoEffectsSample/UnoEffectsSample.csproj b/UI/MigratingEffects/UnoEffectsSample/UnoEffectsSample/UnoEffectsSample.csproj index 9e0e17579..ee129f6ed 100644 --- a/UI/MigratingEffects/UnoEffectsSample/UnoEffectsSample/UnoEffectsSample.csproj +++ b/UI/MigratingEffects/UnoEffectsSample/UnoEffectsSample/UnoEffectsSample.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/MvuxHowTos/EditablePeopleApp/EditablePeopleApp.Mobile/EditablePeopleApp.Mobile.csproj b/UI/MvuxHowTos/EditablePeopleApp/EditablePeopleApp.Mobile/EditablePeopleApp.Mobile.csproj index c61f38062..9639a2fb4 100644 --- a/UI/MvuxHowTos/EditablePeopleApp/EditablePeopleApp.Mobile/EditablePeopleApp.Mobile.csproj +++ b/UI/MvuxHowTos/EditablePeopleApp/EditablePeopleApp.Mobile/EditablePeopleApp.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/MvuxHowTos/EditablePeopleApp/EditablePeopleApp.Windows/EditablePeopleApp.Windows.csproj b/UI/MvuxHowTos/EditablePeopleApp/EditablePeopleApp.Windows/EditablePeopleApp.Windows.csproj index f77b236b0..5e8dea903 100644 --- a/UI/MvuxHowTos/EditablePeopleApp/EditablePeopleApp.Windows/EditablePeopleApp.Windows.csproj +++ b/UI/MvuxHowTos/EditablePeopleApp/EditablePeopleApp.Windows/EditablePeopleApp.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoWinUIQuickStart x86;x64;arm64 diff --git a/UI/MvuxHowTos/EditablePeopleApp/EditablePeopleApp/EditablePeopleApp.csproj b/UI/MvuxHowTos/EditablePeopleApp/EditablePeopleApp/EditablePeopleApp.csproj index 06dad46a9..a9e3d40a8 100644 --- a/UI/MvuxHowTos/EditablePeopleApp/EditablePeopleApp/EditablePeopleApp.csproj +++ b/UI/MvuxHowTos/EditablePeopleApp/EditablePeopleApp/EditablePeopleApp.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/MvuxHowTos/MessagingPeopleApp/MessagingPeopleApp.Mobile/MessagingPeopleApp.Mobile.csproj b/UI/MvuxHowTos/MessagingPeopleApp/MessagingPeopleApp.Mobile/MessagingPeopleApp.Mobile.csproj index 2ef37a8ba..0e4f40100 100644 --- a/UI/MvuxHowTos/MessagingPeopleApp/MessagingPeopleApp.Mobile/MessagingPeopleApp.Mobile.csproj +++ b/UI/MvuxHowTos/MessagingPeopleApp/MessagingPeopleApp.Mobile/MessagingPeopleApp.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/MvuxHowTos/MessagingPeopleApp/MessagingPeopleApp.Windows/MessagingPeopleApp.Windows.csproj b/UI/MvuxHowTos/MessagingPeopleApp/MessagingPeopleApp.Windows/MessagingPeopleApp.Windows.csproj index 836d2807d..22e131746 100644 --- a/UI/MvuxHowTos/MessagingPeopleApp/MessagingPeopleApp.Windows/MessagingPeopleApp.Windows.csproj +++ b/UI/MvuxHowTos/MessagingPeopleApp/MessagingPeopleApp.Windows/MessagingPeopleApp.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 MessagingPeopleApp.Windows app.manifest diff --git a/UI/MvuxHowTos/MessagingPeopleApp/MessagingPeopleApp/MessagingPeopleApp.csproj b/UI/MvuxHowTos/MessagingPeopleApp/MessagingPeopleApp/MessagingPeopleApp.csproj index 4856f267e..0cc3cc153 100644 --- a/UI/MvuxHowTos/MessagingPeopleApp/MessagingPeopleApp/MessagingPeopleApp.csproj +++ b/UI/MvuxHowTos/MessagingPeopleApp/MessagingPeopleApp/MessagingPeopleApp.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/MvuxHowTos/PaginationPeopleApp/PaginationPeopleApp.Mobile/PaginationPeopleApp.Mobile.csproj b/UI/MvuxHowTos/PaginationPeopleApp/PaginationPeopleApp.Mobile/PaginationPeopleApp.Mobile.csproj index dbe147cc3..cc9d64f2f 100644 --- a/UI/MvuxHowTos/PaginationPeopleApp/PaginationPeopleApp.Mobile/PaginationPeopleApp.Mobile.csproj +++ b/UI/MvuxHowTos/PaginationPeopleApp/PaginationPeopleApp.Mobile/PaginationPeopleApp.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/MvuxHowTos/PaginationPeopleApp/PaginationPeopleApp.Windows/PaginationPeopleApp.Windows.csproj b/UI/MvuxHowTos/PaginationPeopleApp/PaginationPeopleApp.Windows/PaginationPeopleApp.Windows.csproj index 89c5acda2..1ec0f8fe4 100644 --- a/UI/MvuxHowTos/PaginationPeopleApp/PaginationPeopleApp.Windows/PaginationPeopleApp.Windows.csproj +++ b/UI/MvuxHowTos/PaginationPeopleApp/PaginationPeopleApp.Windows/PaginationPeopleApp.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoWinUIQuickStart x86;x64;arm64 diff --git a/UI/MvuxHowTos/PaginationPeopleApp/PaginationPeopleApp/PaginationPeopleApp.csproj b/UI/MvuxHowTos/PaginationPeopleApp/PaginationPeopleApp/PaginationPeopleApp.csproj index a899b6165..4496b1edb 100644 --- a/UI/MvuxHowTos/PaginationPeopleApp/PaginationPeopleApp/PaginationPeopleApp.csproj +++ b/UI/MvuxHowTos/PaginationPeopleApp/PaginationPeopleApp/PaginationPeopleApp.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/MvuxHowTos/PeopleApp/PeopleApp.Mobile/PeopleApp.Mobile.csproj b/UI/MvuxHowTos/PeopleApp/PeopleApp.Mobile/PeopleApp.Mobile.csproj index bae2e8215..3efeae2a1 100644 --- a/UI/MvuxHowTos/PeopleApp/PeopleApp.Mobile/PeopleApp.Mobile.csproj +++ b/UI/MvuxHowTos/PeopleApp/PeopleApp.Mobile/PeopleApp.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/MvuxHowTos/PeopleApp/PeopleApp.Windows/PeopleApp.Windows.csproj b/UI/MvuxHowTos/PeopleApp/PeopleApp.Windows/PeopleApp.Windows.csproj index 91f550731..0a3aa393d 100644 --- a/UI/MvuxHowTos/PeopleApp/PeopleApp.Windows/PeopleApp.Windows.csproj +++ b/UI/MvuxHowTos/PeopleApp/PeopleApp.Windows/PeopleApp.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoWinUIQuickStart x86;x64;arm64 diff --git a/UI/MvuxHowTos/PeopleApp/PeopleApp/PeopleApp.csproj b/UI/MvuxHowTos/PeopleApp/PeopleApp/PeopleApp.csproj index 06dad46a9..a9e3d40a8 100644 --- a/UI/MvuxHowTos/PeopleApp/PeopleApp/PeopleApp.csproj +++ b/UI/MvuxHowTos/PeopleApp/PeopleApp/PeopleApp.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/MvuxHowTos/SelectionPeopleApp/SelectionPeopleApp.Mobile/SelectionPeopleApp.Mobile.csproj b/UI/MvuxHowTos/SelectionPeopleApp/SelectionPeopleApp.Mobile/SelectionPeopleApp.Mobile.csproj index 559b63097..4c30e4684 100644 --- a/UI/MvuxHowTos/SelectionPeopleApp/SelectionPeopleApp.Mobile/SelectionPeopleApp.Mobile.csproj +++ b/UI/MvuxHowTos/SelectionPeopleApp/SelectionPeopleApp.Mobile/SelectionPeopleApp.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/MvuxHowTos/SelectionPeopleApp/SelectionPeopleApp.Windows/SelectionPeopleApp.Windows.csproj b/UI/MvuxHowTos/SelectionPeopleApp/SelectionPeopleApp.Windows/SelectionPeopleApp.Windows.csproj index b140e4aab..b29255933 100644 --- a/UI/MvuxHowTos/SelectionPeopleApp/SelectionPeopleApp.Windows/SelectionPeopleApp.Windows.csproj +++ b/UI/MvuxHowTos/SelectionPeopleApp/SelectionPeopleApp.Windows/SelectionPeopleApp.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoWinUIQuickStart x86;x64;arm64 diff --git a/UI/MvuxHowTos/SelectionPeopleApp/SelectionPeopleApp/SelectionPeopleApp.csproj b/UI/MvuxHowTos/SelectionPeopleApp/SelectionPeopleApp/SelectionPeopleApp.csproj index 4b783bb14..9442dd4af 100644 --- a/UI/MvuxHowTos/SelectionPeopleApp/SelectionPeopleApp/SelectionPeopleApp.csproj +++ b/UI/MvuxHowTos/SelectionPeopleApp/SelectionPeopleApp/SelectionPeopleApp.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/MvuxHowTos/SliderApp/SliderApp.Mobile/SliderApp.Mobile.csproj b/UI/MvuxHowTos/SliderApp/SliderApp.Mobile/SliderApp.Mobile.csproj index 4bd8eb37a..16619e1a5 100644 --- a/UI/MvuxHowTos/SliderApp/SliderApp.Mobile/SliderApp.Mobile.csproj +++ b/UI/MvuxHowTos/SliderApp/SliderApp.Mobile/SliderApp.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/MvuxHowTos/SliderApp/SliderApp.Windows/SliderApp.Windows.csproj b/UI/MvuxHowTos/SliderApp/SliderApp.Windows/SliderApp.Windows.csproj index 5403123ce..f541b7c49 100644 --- a/UI/MvuxHowTos/SliderApp/SliderApp.Windows/SliderApp.Windows.csproj +++ b/UI/MvuxHowTos/SliderApp/SliderApp.Windows/SliderApp.Windows.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoWinUIQuickStart x86;x64;arm64 diff --git a/UI/MvuxHowTos/SliderApp/SliderApp/SliderApp.csproj b/UI/MvuxHowTos/SliderApp/SliderApp/SliderApp.csproj index 3e7b5cb2a..6c858b24e 100644 --- a/UI/MvuxHowTos/SliderApp/SliderApp/SliderApp.csproj +++ b/UI/MvuxHowTos/SliderApp/SliderApp/SliderApp.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/MvuxHowTos/StockMarketApp/StockMarketApp.Mobile/StockMarketApp.Mobile.csproj b/UI/MvuxHowTos/StockMarketApp/StockMarketApp.Mobile/StockMarketApp.Mobile.csproj index 5f6781500..c7ca67b68 100644 --- a/UI/MvuxHowTos/StockMarketApp/StockMarketApp.Mobile/StockMarketApp.Mobile.csproj +++ b/UI/MvuxHowTos/StockMarketApp/StockMarketApp.Mobile/StockMarketApp.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/MvuxHowTos/StockMarketApp/StockMarketApp.Windows/StockMarketApp.Windows.csproj b/UI/MvuxHowTos/StockMarketApp/StockMarketApp.Windows/StockMarketApp.Windows.csproj index 25418fa58..9b79b56a7 100644 --- a/UI/MvuxHowTos/StockMarketApp/StockMarketApp.Windows/StockMarketApp.Windows.csproj +++ b/UI/MvuxHowTos/StockMarketApp/StockMarketApp.Windows/StockMarketApp.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoWinUIQuickStart x86;x64;arm64 diff --git a/UI/MvuxHowTos/StockMarketApp/StockMarketApp/StockMarketApp.csproj b/UI/MvuxHowTos/StockMarketApp/StockMarketApp/StockMarketApp.csproj index 06dad46a9..a9e3d40a8 100644 --- a/UI/MvuxHowTos/StockMarketApp/StockMarketApp/StockMarketApp.csproj +++ b/UI/MvuxHowTos/StockMarketApp/StockMarketApp/StockMarketApp.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/MvuxHowTos/WeatherApp/WeatherApp.Mobile/WeatherApp.Mobile.csproj b/UI/MvuxHowTos/WeatherApp/WeatherApp.Mobile/WeatherApp.Mobile.csproj index 8be08ab61..7a8cba458 100644 --- a/UI/MvuxHowTos/WeatherApp/WeatherApp.Mobile/WeatherApp.Mobile.csproj +++ b/UI/MvuxHowTos/WeatherApp/WeatherApp.Mobile/WeatherApp.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/MvuxHowTos/WeatherApp/WeatherApp.Windows/WeatherApp.Windows.csproj b/UI/MvuxHowTos/WeatherApp/WeatherApp.Windows/WeatherApp.Windows.csproj index 0ade41e8e..c76c7d052 100644 --- a/UI/MvuxHowTos/WeatherApp/WeatherApp.Windows/WeatherApp.Windows.csproj +++ b/UI/MvuxHowTos/WeatherApp/WeatherApp.Windows/WeatherApp.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoWinUIQuickStart x86;x64;arm64 diff --git a/UI/MvuxHowTos/WeatherApp/WeatherApp/WeatherApp.csproj b/UI/MvuxHowTos/WeatherApp/WeatherApp/WeatherApp.csproj index 02526d10c..c76c0b7d3 100644 --- a/UI/MvuxHowTos/WeatherApp/WeatherApp/WeatherApp.csproj +++ b/UI/MvuxHowTos/WeatherApp/WeatherApp/WeatherApp.csproj @@ -1,7 +1,7 @@  - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/MvuxHowTos/WeddingHallApp/WeddingHallApp.Mobile/WeddingHallApp.Mobile.csproj b/UI/MvuxHowTos/WeddingHallApp/WeddingHallApp.Mobile/WeddingHallApp.Mobile.csproj index 45a46f2fd..e4b3aaf67 100644 --- a/UI/MvuxHowTos/WeddingHallApp/WeddingHallApp.Mobile/WeddingHallApp.Mobile.csproj +++ b/UI/MvuxHowTos/WeddingHallApp/WeddingHallApp.Mobile/WeddingHallApp.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/MvuxHowTos/WeddingHallApp/WeddingHallApp.Windows/WeddingHallApp.Windows.csproj b/UI/MvuxHowTos/WeddingHallApp/WeddingHallApp.Windows/WeddingHallApp.Windows.csproj index 04aef3493..0890c9082 100644 --- a/UI/MvuxHowTos/WeddingHallApp/WeddingHallApp.Windows/WeddingHallApp.Windows.csproj +++ b/UI/MvuxHowTos/WeddingHallApp/WeddingHallApp.Windows/WeddingHallApp.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoWinUIQuickStart x86;x64;arm64 diff --git a/UI/MvuxHowTos/WeddingHallApp/WeddingHallApp/WeddingHallApp.csproj b/UI/MvuxHowTos/WeddingHallApp/WeddingHallApp/WeddingHallApp.csproj index 06dad46a9..a9e3d40a8 100644 --- a/UI/MvuxHowTos/WeddingHallApp/WeddingHallApp/WeddingHallApp.csproj +++ b/UI/MvuxHowTos/WeddingHallApp/WeddingHallApp/WeddingHallApp.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/NativeElementHostingDesktop/global.json b/UI/NativeElementHostingDesktop/global.json deleted file mode 100644 index 9cd99bcdd..000000000 --- a/UI/NativeElementHostingDesktop/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "6.1.0-dev.91" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/NativeFrameNav/NativeFrameNav.Mobile/NativeFrameNav.Mobile.csproj b/UI/NativeFrameNav/NativeFrameNav.Mobile/NativeFrameNav.Mobile.csproj index 6c9a410d4..4565ed073 100644 --- a/UI/NativeFrameNav/NativeFrameNav.Mobile/NativeFrameNav.Mobile.csproj +++ b/UI/NativeFrameNav/NativeFrameNav.Mobile/NativeFrameNav.Mobile.csproj @@ -1,17 +1,17 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst trueExetrue14.214.021.010.14 + $(TargetFrameworks);net9.0-macos + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -21,7 +21,7 @@ - + @@ -30,8 +30,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -42,7 +42,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -57,7 +57,7 @@ - + diff --git a/UI/NativeFrameNav/NativeFrameNav.Skia.WPF/NativeFrameNav.Skia.WPF.csproj b/UI/NativeFrameNav/NativeFrameNav.Skia.WPF/NativeFrameNav.Skia.WPF.csproj index 96443e22a..4b3754bbb 100644 --- a/UI/NativeFrameNav/NativeFrameNav.Skia.WPF/NativeFrameNav.Skia.WPF.csproj +++ b/UI/NativeFrameNav/NativeFrameNav.Skia.WPF/NativeFrameNav.Skia.WPF.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0-windows + net9.0-windows true diff --git a/UI/NativeFrameNav/NativeFrameNav.Windows/NativeFrameNav.Windows.csproj b/UI/NativeFrameNav/NativeFrameNav.Windows/NativeFrameNav.Windows.csproj index bceb9ac93..2b11c3323 100644 --- a/UI/NativeFrameNav/NativeFrameNav.Windows/NativeFrameNav.Windows.csproj +++ b/UI/NativeFrameNav/NativeFrameNav.Windows/NativeFrameNav.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 NativeFrameNav app.manifest diff --git a/UI/NativeStylesSwitch/NativeStylesSwitch.Mobile/NativeStylesSwitch.Mobile.csproj b/UI/NativeStylesSwitch/NativeStylesSwitch.Mobile/NativeStylesSwitch.Mobile.csproj index 7bfc66a22..d2791a2e9 100644 --- a/UI/NativeStylesSwitch/NativeStylesSwitch.Mobile/NativeStylesSwitch.Mobile.csproj +++ b/UI/NativeStylesSwitch/NativeStylesSwitch.Mobile/NativeStylesSwitch.Mobile.csproj @@ -1,17 +1,17 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios + net9.0-android + $(TargetFrameworks);net9.0-ios trueExetrue14.214.021.010.14 + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -21,7 +21,7 @@ - + @@ -30,8 +30,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -42,7 +42,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -57,7 +57,7 @@ - + diff --git a/UI/NativeStylesSwitch/NativeStylesSwitch.Windows/NativeStylesSwitch.Windows.csproj b/UI/NativeStylesSwitch/NativeStylesSwitch.Windows/NativeStylesSwitch.Windows.csproj index b695f833e..793b22882 100644 --- a/UI/NativeStylesSwitch/NativeStylesSwitch.Windows/NativeStylesSwitch.Windows.csproj +++ b/UI/NativeStylesSwitch/NativeStylesSwitch.Windows/NativeStylesSwitch.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 NativeStylesSwitch app.manifest diff --git a/UI/Navigation/src/Navigation/Navigation.csproj b/UI/Navigation/src/Navigation/Navigation.csproj index e6c8a7059..1c8c5d17f 100644 --- a/UI/Navigation/src/Navigation/Navigation.csproj +++ b/UI/Navigation/src/Navigation/Navigation.csproj @@ -1,12 +1,12 @@ - net8.0-android; - net8.0-ios; - net8.0-maccatalyst; - net8.0-windows10.0.19041; - net8.0-desktop; - net8.0-browserwasm; + net9.0-android; + net9.0-ios; + + net9.0-windows10.0.26100; + net9.0-desktop; + net9.0-browserwasm; Exe diff --git a/UI/Navigation/src/Navigation/Properties/launchSettings.json b/UI/Navigation/src/Navigation/Properties/launchSettings.json index 7862ded73..5e0220b78 100644 --- a/UI/Navigation/src/Navigation/Properties/launchSettings.json +++ b/UI/Navigation/src/Navigation/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "Navigation (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/Navigation.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/Navigation.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/Navigation/src/global.json b/UI/Navigation/src/global.json deleted file mode 100644 index 42344af3d..000000000 --- a/UI/Navigation/src/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.5.56" - }, - "sdk": { - "allowPrerelease": false - } -} diff --git a/UI/Neumorphism/Neumorphism.Mobile/Neumorphism.Mobile.csproj b/UI/Neumorphism/Neumorphism.Mobile/Neumorphism.Mobile.csproj index 227c78587..68f541c7e 100644 --- a/UI/Neumorphism/Neumorphism.Mobile/Neumorphism.Mobile.csproj +++ b/UI/Neumorphism/Neumorphism.Mobile/Neumorphism.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/Neumorphism/Neumorphism.Windows/Neumorphism.Windows.csproj b/UI/Neumorphism/Neumorphism.Windows/Neumorphism.Windows.csproj index 422a9c6fe..34ca5365c 100644 --- a/UI/Neumorphism/Neumorphism.Windows/Neumorphism.Windows.csproj +++ b/UI/Neumorphism/Neumorphism.Windows/Neumorphism.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 Neumorphism.Windows app.manifest diff --git a/UI/Neumorphism/Neumorphism/Neumorphism.csproj b/UI/Neumorphism/Neumorphism/Neumorphism.csproj index 7d6163ce8..b318cab88 100644 --- a/UI/Neumorphism/Neumorphism/Neumorphism.csproj +++ b/UI/Neumorphism/Neumorphism/Neumorphism.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/OnnxSamples/OnnxSamples/OnnxSamples.Mobile/OnnxSamples.Mobile.csproj b/UI/OnnxSamples/OnnxSamples/OnnxSamples.Mobile/OnnxSamples.Mobile.csproj index 79110a758..bccbea3dc 100644 --- a/UI/OnnxSamples/OnnxSamples/OnnxSamples.Mobile/OnnxSamples.Mobile.csproj +++ b/UI/OnnxSamples/OnnxSamples/OnnxSamples.Mobile/OnnxSamples.Mobile.csproj @@ -1,7 +1,7 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios + net9.0-android + $(TargetFrameworks);net9.0-ios - + - + true14.2 - 14.0 + >14.2 + 14.0 34.0 - 10.14 + 10.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -41,7 +41,7 @@ - + @@ -50,8 +50,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -62,7 +62,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -77,7 +77,7 @@ - + diff --git a/UI/OnnxSamples/OnnxSamples/OnnxSamples.Windows/OnnxSamples.Windows.csproj b/UI/OnnxSamples/OnnxSamples/OnnxSamples.Windows/OnnxSamples.Windows.csproj index 53eddded3..af17465ba 100644 --- a/UI/OnnxSamples/OnnxSamples/OnnxSamples.Windows/OnnxSamples.Windows.csproj +++ b/UI/OnnxSamples/OnnxSamples/OnnxSamples.Windows/OnnxSamples.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.22621.0 + net9.0-windows10.0.22621.0 10.0.22621.0 OnnxSamples app.manifest diff --git a/UI/PackageResources/PackageResourcesSample/PackageResourcesSample.Mobile/PackageResourcesSample.Mobile.csproj b/UI/PackageResources/PackageResourcesSample/PackageResourcesSample.Mobile/PackageResourcesSample.Mobile.csproj index c5c15fe9b..66e88e5c3 100644 --- a/UI/PackageResources/PackageResourcesSample/PackageResourcesSample.Mobile/PackageResourcesSample.Mobile.csproj +++ b/UI/PackageResources/PackageResourcesSample/PackageResourcesSample.Mobile/PackageResourcesSample.Mobile.csproj @@ -1,17 +1,17 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst trueExetrue14.214.021.010.14 + $(TargetFrameworks);net9.0-macos + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -22,7 +22,7 @@ - + @@ -31,8 +31,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -43,7 +43,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -58,7 +58,7 @@ - + diff --git a/UI/PackageResources/PackageResourcesSample/PackageResourcesSample.Skia.Wpf/PackageResourcesSample.Skia.Wpf.csproj b/UI/PackageResources/PackageResourcesSample/PackageResourcesSample.Skia.Wpf/PackageResourcesSample.Skia.Wpf.csproj index 860d48e8c..ba887ab3d 100644 --- a/UI/PackageResources/PackageResourcesSample/PackageResourcesSample.Skia.Wpf/PackageResourcesSample.Skia.Wpf.csproj +++ b/UI/PackageResources/PackageResourcesSample/PackageResourcesSample.Skia.Wpf/PackageResourcesSample.Skia.Wpf.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0-windows + net9.0-windows true diff --git a/UI/PackageResources/PackageResourcesSample/PackageResourcesSample.Windows/PackageResourcesSample.Windows.csproj b/UI/PackageResources/PackageResourcesSample/PackageResourcesSample.Windows/PackageResourcesSample.Windows.csproj index ad0fdad86..f1453ebb4 100644 --- a/UI/PackageResources/PackageResourcesSample/PackageResourcesSample.Windows/PackageResourcesSample.Windows.csproj +++ b/UI/PackageResources/PackageResourcesSample/PackageResourcesSample.Windows/PackageResourcesSample.Windows.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 PackageResourcesSample app.manifest diff --git a/UI/PetAdoptUI/PetAdoptUI/PetAdoptUI.Mobile/PetAdoptUI.Mobile.csproj b/UI/PetAdoptUI/PetAdoptUI/PetAdoptUI.Mobile/PetAdoptUI.Mobile.csproj index f0eb5b5d4..5839f849e 100644 --- a/UI/PetAdoptUI/PetAdoptUI/PetAdoptUI.Mobile/PetAdoptUI.Mobile.csproj +++ b/UI/PetAdoptUI/PetAdoptUI/PetAdoptUI.Mobile/PetAdoptUI.Mobile.csproj @@ -1,17 +1,17 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst trueExetrue14.214.021.010.14 + $(TargetFrameworks);net9.0-macos + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -22,7 +22,7 @@ - + @@ -31,8 +31,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -43,7 +43,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -58,7 +58,7 @@ - + diff --git a/UI/PetAdoptUI/PetAdoptUI/PetAdoptUI.Skia.Wpf/PetAdoptUI.Skia.Wpf.csproj b/UI/PetAdoptUI/PetAdoptUI/PetAdoptUI.Skia.Wpf/PetAdoptUI.Skia.Wpf.csproj index 0a50230af..39df39a79 100644 --- a/UI/PetAdoptUI/PetAdoptUI/PetAdoptUI.Skia.Wpf/PetAdoptUI.Skia.Wpf.csproj +++ b/UI/PetAdoptUI/PetAdoptUI/PetAdoptUI.Skia.Wpf/PetAdoptUI.Skia.Wpf.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0-windows + net9.0-windows true diff --git a/UI/PetAdoptUI/PetAdoptUI/PetAdoptUI.Windows/PetAdoptUI.Windows.csproj b/UI/PetAdoptUI/PetAdoptUI/PetAdoptUI.Windows/PetAdoptUI.Windows.csproj index 232071170..d5bdb76c0 100644 --- a/UI/PetAdoptUI/PetAdoptUI/PetAdoptUI.Windows/PetAdoptUI.Windows.csproj +++ b/UI/PetAdoptUI/PetAdoptUI/PetAdoptUI.Windows/PetAdoptUI.Windows.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 PetAdoptUI app.manifest diff --git a/UI/PhotoViewer/global.json b/UI/PhotoViewer/global.json deleted file mode 100644 index 1c6d372f4..000000000 --- a/UI/PhotoViewer/global.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.1.50", - "Microsoft.Build.NoTargets": "3.7.56" - } -} diff --git a/UI/PongWars/src/UnoPongWars/Properties/launchSettings.json b/UI/PongWars/src/UnoPongWars/Properties/launchSettings.json index 29c837687..fbd5d5244 100644 --- a/UI/PongWars/src/UnoPongWars/Properties/launchSettings.json +++ b/UI/PongWars/src/UnoPongWars/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "UnoPongWars (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/UnoPongWars.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/UnoPongWars.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/PongWars/src/UnoPongWars/UnoPongWars.csproj b/UI/PongWars/src/UnoPongWars/UnoPongWars.csproj index 81cf779a4..dcb1fbd04 100644 --- a/UI/PongWars/src/UnoPongWars/UnoPongWars.csproj +++ b/UI/PongWars/src/UnoPongWars/UnoPongWars.csproj @@ -1,12 +1,12 @@ - net8.0-android; - net8.0-ios; - net8.0-maccatalyst; - net8.0-windows10.0.19041; - net8.0-desktop; - net8.0-browserwasm; + net9.0-android; + net9.0-ios; + + net9.0-windows10.0.26100; + net9.0-desktop; + net9.0-browserwasm; Exe diff --git a/UI/PongWars/src/global.json b/UI/PongWars/src/global.json deleted file mode 100644 index df115a63f..000000000 --- a/UI/PongWars/src/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.4.5" - } -} diff --git a/UI/SKCanvasElementShowcase/SKCanvasElementShowcase/Properties/launchSettings.json b/UI/SKCanvasElementShowcase/SKCanvasElementShowcase/Properties/launchSettings.json index d09318c07..0e5a175aa 100644 --- a/UI/SKCanvasElementShowcase/SKCanvasElementShowcase/Properties/launchSettings.json +++ b/UI/SKCanvasElementShowcase/SKCanvasElementShowcase/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "SKCanvasElementShowcase (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/SKCanvasElementShowcase.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/SKCanvasElementShowcase.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/SKCanvasElementShowcase/SKCanvasElementShowcase/SKCanvasElementShowcase.csproj b/UI/SKCanvasElementShowcase/SKCanvasElementShowcase/SKCanvasElementShowcase.csproj index 21f99b922..3970aac9e 100644 --- a/UI/SKCanvasElementShowcase/SKCanvasElementShowcase/SKCanvasElementShowcase.csproj +++ b/UI/SKCanvasElementShowcase/SKCanvasElementShowcase/SKCanvasElementShowcase.csproj @@ -1,12 +1,12 @@ - net8.0-android; - net8.0-ios; - net8.0-maccatalyst; - net8.0-windows10.0.22000; - net8.0-browserwasm; - net8.0-desktop + net9.0-android; + net9.0-ios; + + net9.0-windows10.0.22000; + net9.0-browserwasm; + net9.0-desktop Exe diff --git a/UI/SKCanvasElementShowcase/global.json b/UI/SKCanvasElementShowcase/global.json deleted file mode 100644 index ca75a6b3d..000000000 --- a/UI/SKCanvasElementShowcase/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.5.0-dev.90" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/SQLiteSample/src/SQLiteSample/SQLiteSample.csproj b/UI/SQLiteSample/src/SQLiteSample/SQLiteSample.csproj index 2b8d40398..dfc2da92a 100644 --- a/UI/SQLiteSample/src/SQLiteSample/SQLiteSample.csproj +++ b/UI/SQLiteSample/src/SQLiteSample/SQLiteSample.csproj @@ -3,8 +3,8 @@ net9.0-android; net9.0-ios; - net9.0-maccatalyst; - net9.0-windows10.0.19041; + + net9.0-windows10.0.26100; net9.0-desktop; net9.0-browserwasm; @@ -48,7 +48,7 @@ - + diff --git a/UI/SQLiteSample/src/global.json b/UI/SQLiteSample/src/global.json deleted file mode 100644 index 378615b13..000000000 --- a/UI/SQLiteSample/src/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "6.0.146" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/ScottPlot/DataPersistedSample/.run/ScottPlotDataPersistedSample.run.xml b/UI/ScottPlot/DataPersistedSample/.run/ScottPlotDataPersistedSample.run.xml index 7fd8c9e0c..d5dd69811 100644 --- a/UI/ScottPlot/DataPersistedSample/.run/ScottPlotDataPersistedSample.run.xml +++ b/UI/ScottPlot/DataPersistedSample/.run/ScottPlotDataPersistedSample.run.xml @@ -1,7 +1,7 @@ - + - + diff --git a/UI/ScottPlot/DataPersistedSample/global.json b/UI/ScottPlot/DataPersistedSample/global.json deleted file mode 100644 index e60ed522c..000000000 --- a/UI/ScottPlot/DataPersistedSample/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.4.8" - }, - "sdk":{ - "allowPrerelease": false - } -} diff --git a/UI/ScottPlot/QuickstartSample/.run/ScottPlotSample.run.xml b/UI/ScottPlot/QuickstartSample/.run/ScottPlotSample.run.xml index 4e6bcf2fc..ce227619c 100644 --- a/UI/ScottPlot/QuickstartSample/.run/ScottPlotSample.run.xml +++ b/UI/ScottPlot/QuickstartSample/.run/ScottPlotSample.run.xml @@ -1,7 +1,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -57,7 +57,7 @@ - + diff --git a/UI/SplashScreenSample/SplashScreenSample.Skia.WPF/SplashScreenSample.Skia.WPF.csproj b/UI/SplashScreenSample/SplashScreenSample.Skia.WPF/SplashScreenSample.Skia.WPF.csproj index d3356143a..bb18016d1 100644 --- a/UI/SplashScreenSample/SplashScreenSample.Skia.WPF/SplashScreenSample.Skia.WPF.csproj +++ b/UI/SplashScreenSample/SplashScreenSample.Skia.WPF/SplashScreenSample.Skia.WPF.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0-windows + net9.0-windows true diff --git a/UI/SplashScreenSample/SplashScreenSample.Windows/SplashScreenSample.Windows.csproj b/UI/SplashScreenSample/SplashScreenSample.Windows/SplashScreenSample.Windows.csproj index 81d043008..67684bfa6 100644 --- a/UI/SplashScreenSample/SplashScreenSample.Windows/SplashScreenSample.Windows.csproj +++ b/UI/SplashScreenSample/SplashScreenSample.Windows/SplashScreenSample.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 SplashScreenSample app.manifest diff --git a/UI/StatusBarThemeColor/StatusBarColorSample.Mobile/StatusBarColorSample.Mobile.csproj b/UI/StatusBarThemeColor/StatusBarColorSample.Mobile/StatusBarColorSample.Mobile.csproj index c9ff1a0ae..4fc38ac19 100644 --- a/UI/StatusBarThemeColor/StatusBarColorSample.Mobile/StatusBarColorSample.Mobile.csproj +++ b/UI/StatusBarThemeColor/StatusBarColorSample.Mobile/StatusBarColorSample.Mobile.csproj @@ -1,31 +1,31 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios - + net9.0-android + $(TargetFrameworks);net9.0-ios + true Exe - + - + true - 14.2 - 14.0 - 21.0 - 10.14 + 14.2 + 14.0 + 21.0 + 10.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -36,7 +36,7 @@ - + @@ -45,8 +45,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -57,7 +57,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -72,7 +72,7 @@ - + diff --git a/UI/TheCatApiClient/TheCatApiClient/TheCatApiClient.Mobile/TheCatApiClient.Mobile.csproj b/UI/TheCatApiClient/TheCatApiClient/TheCatApiClient.Mobile/TheCatApiClient.Mobile.csproj index 8faf8c665..b4c19e83b 100644 --- a/UI/TheCatApiClient/TheCatApiClient/TheCatApiClient.Mobile/TheCatApiClient.Mobile.csproj +++ b/UI/TheCatApiClient/TheCatApiClient/TheCatApiClient.Mobile/TheCatApiClient.Mobile.csproj @@ -1,17 +1,17 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst trueExetrue14.214.021.010.14 + $(TargetFrameworks);net9.0-macos + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -21,7 +21,7 @@ - + @@ -30,8 +30,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -42,7 +42,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -57,7 +57,7 @@ - + diff --git a/UI/TheCatApiClient/TheCatApiClient/TheCatApiClient.Windows/TheCatApiClient.Windows.csproj b/UI/TheCatApiClient/TheCatApiClient/TheCatApiClient.Windows/TheCatApiClient.Windows.csproj index a3f41a6d1..2ca2fbe73 100644 --- a/UI/TheCatApiClient/TheCatApiClient/TheCatApiClient.Windows/TheCatApiClient.Windows.csproj +++ b/UI/TheCatApiClient/TheCatApiClient/TheCatApiClient.Windows/TheCatApiClient.Windows.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 TheCatApiClient app.manifest diff --git a/UI/TimeEntry/TimeEntryUno/TimeEntryUno.Windows/TimeEntryUno.Windows.csproj b/UI/TimeEntry/TimeEntryUno/TimeEntryUno.Windows/TimeEntryUno.Windows.csproj index bc64e5a01..3bfc3f064 100644 --- a/UI/TimeEntry/TimeEntryUno/TimeEntryUno.Windows/TimeEntryUno.Windows.csproj +++ b/UI/TimeEntry/TimeEntryUno/TimeEntryUno.Windows/TimeEntryUno.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 TimeEntryUno app.manifest diff --git a/UI/ToyCar/ToyCar.Mobile/ToyCar.Mobile.csproj b/UI/ToyCar/ToyCar.Mobile/ToyCar.Mobile.csproj index 08a5ca889..c71e98096 100644 --- a/UI/ToyCar/ToyCar.Mobile/ToyCar.Mobile.csproj +++ b/UI/ToyCar/ToyCar.Mobile/ToyCar.Mobile.csproj @@ -1,17 +1,17 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst trueExetrue14.214.021.010.14 + $(TargetFrameworks);net9.0-macos + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -21,7 +21,7 @@ - + @@ -30,8 +30,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -42,7 +42,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -57,7 +57,7 @@ - + diff --git a/UI/ToyCar/ToyCar.Windows/ToyCar.Windows.csproj b/UI/ToyCar/ToyCar.Windows/ToyCar.Windows.csproj index 5a3c0e50a..943e0b667 100644 --- a/UI/ToyCar/ToyCar.Windows/ToyCar.Windows.csproj +++ b/UI/ToyCar/ToyCar.Windows/ToyCar.Windows.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 ToyCar app.manifest diff --git a/UI/TravelUI/TravelUI.Mobile/TravelUI.Mobile.csproj b/UI/TravelUI/TravelUI.Mobile/TravelUI.Mobile.csproj index 2d27dc3c5..39b78729d 100644 --- a/UI/TravelUI/TravelUI.Mobile/TravelUI.Mobile.csproj +++ b/UI/TravelUI/TravelUI.Mobile/TravelUI.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/TravelUI/TravelUI.Windows/TravelUI.Windows.csproj b/UI/TravelUI/TravelUI.Windows/TravelUI.Windows.csproj index 8792d5dbb..67b6676f2 100644 --- a/UI/TravelUI/TravelUI.Windows/TravelUI.Windows.csproj +++ b/UI/TravelUI/TravelUI.Windows/TravelUI.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 TravelUI.Windows app.manifest diff --git a/UI/TravelUI/TravelUI/TravelUI.csproj b/UI/TravelUI/TravelUI/TravelUI.csproj index 7d6163ce8..b318cab88 100644 --- a/UI/TravelUI/TravelUI/TravelUI.csproj +++ b/UI/TravelUI/TravelUI/TravelUI.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker.Mobile/UnoBackgroundWorker.Mobile.csproj b/UI/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker.Mobile/UnoBackgroundWorker.Mobile.csproj index e9baf8e29..1be7a00d6 100644 --- a/UI/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker.Mobile/UnoBackgroundWorker.Mobile.csproj +++ b/UI/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker.Mobile/UnoBackgroundWorker.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker.Windows/UnoBackgroundWorker.Windows.csproj b/UI/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker.Windows/UnoBackgroundWorker.Windows.csproj index 1519adc96..2b394b342 100644 --- a/UI/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker.Windows/UnoBackgroundWorker.Windows.csproj +++ b/UI/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker.Windows/UnoBackgroundWorker.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoBackgroundWorker.Windows app.manifest diff --git a/UI/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker.csproj b/UI/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker.csproj index 926b2e01f..81cb4a1d8 100644 --- a/UI/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker.csproj +++ b/UI/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker/UnoBackgroundWorker.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/UnoCakesMobile/UnoCakesMobile.Mobile/UnoCakesMobile.Mobile.csproj b/UI/UnoCakesMobile/UnoCakesMobile.Mobile/UnoCakesMobile.Mobile.csproj index 1a2bb8767..128f59993 100644 --- a/UI/UnoCakesMobile/UnoCakesMobile.Mobile/UnoCakesMobile.Mobile.csproj +++ b/UI/UnoCakesMobile/UnoCakesMobile.Mobile/UnoCakesMobile.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe @@ -20,7 +20,7 @@ True true - + Apple Development: Created via API (T7X9CMZ54D) VS: WildCard Development diff --git a/UI/UnoCakesMobile/UnoCakesMobile.Windows/UnoCakesMobile.Windows.csproj b/UI/UnoCakesMobile/UnoCakesMobile.Windows/UnoCakesMobile.Windows.csproj index 3d73e607e..bdc3168b0 100644 --- a/UI/UnoCakesMobile/UnoCakesMobile.Windows/UnoCakesMobile.Windows.csproj +++ b/UI/UnoCakesMobile/UnoCakesMobile.Windows/UnoCakesMobile.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.18362.0 UnoCakesMobile.Windows app.manifest diff --git a/UI/UnoCakesMobile/UnoCakesMobile/UnoCakesMobile.csproj b/UI/UnoCakesMobile/UnoCakesMobile/UnoCakesMobile.csproj index 95665ef81..8ee69662d 100644 --- a/UI/UnoCakesMobile/UnoCakesMobile/UnoCakesMobile.csproj +++ b/UI/UnoCakesMobile/UnoCakesMobile/UnoCakesMobile.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/UnoContoso/UnoContoso.Mobile/UnoContoso.Mobile.csproj b/UI/UnoContoso/UnoContoso.Mobile/UnoContoso.Mobile.csproj index 77efea70e..4f6acc820 100644 --- a/UI/UnoContoso/UnoContoso.Mobile/UnoContoso.Mobile.csproj +++ b/UI/UnoContoso/UnoContoso.Mobile/UnoContoso.Mobile.csproj @@ -1,17 +1,17 @@  - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst trueExetrue14.214.021.010.14 + $(TargetFrameworks);net9.0-macos + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -29,7 +29,7 @@ - + @@ -38,8 +38,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -50,7 +50,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -65,7 +65,7 @@ - + diff --git a/UI/UnoContoso/UnoContoso.Windows/UnoContoso.Windows.csproj b/UI/UnoContoso/UnoContoso.Windows/UnoContoso.Windows.csproj index 47ee7b1df..186eff7f9 100644 --- a/UI/UnoContoso/UnoContoso.Windows/UnoContoso.Windows.csproj +++ b/UI/UnoContoso/UnoContoso.Windows/UnoContoso.Windows.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoContoso app.manifest diff --git a/UI/UnoCupertinoSample/UnoCupertinoSample.Mobile/UnoCupertinoSample.Mobile.csproj b/UI/UnoCupertinoSample/UnoCupertinoSample.Mobile/UnoCupertinoSample.Mobile.csproj index ee0240697..e246b0e38 100644 --- a/UI/UnoCupertinoSample/UnoCupertinoSample.Mobile/UnoCupertinoSample.Mobile.csproj +++ b/UI/UnoCupertinoSample/UnoCupertinoSample.Mobile/UnoCupertinoSample.Mobile.csproj @@ -1,31 +1,31 @@  - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst true Exe - + - + true - 14.2 - 14.0 - 21.0 - 10.14 + 14.2 + 14.0 + 21.0 + 10.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -38,7 +38,7 @@ - + @@ -47,8 +47,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -59,7 +59,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -74,7 +74,7 @@ - + diff --git a/UI/UnoCupertinoSample/UnoCupertinoSample.Skia.Wpf/UnoCupertinoSample.Skia.Wpf.csproj b/UI/UnoCupertinoSample/UnoCupertinoSample.Skia.Wpf/UnoCupertinoSample.Skia.Wpf.csproj index e31d22911..b99170214 100644 --- a/UI/UnoCupertinoSample/UnoCupertinoSample.Skia.Wpf/UnoCupertinoSample.Skia.Wpf.csproj +++ b/UI/UnoCupertinoSample/UnoCupertinoSample.Skia.Wpf/UnoCupertinoSample.Skia.Wpf.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0-windows + net9.0-windows true diff --git a/UI/UnoCupertinoSample/UnoCupertinoSample.Windows/UnoCupertinoSample.Windows.csproj b/UI/UnoCupertinoSample/UnoCupertinoSample.Windows/UnoCupertinoSample.Windows.csproj index 83440d995..f315e316b 100644 --- a/UI/UnoCupertinoSample/UnoCupertinoSample.Windows/UnoCupertinoSample.Windows.csproj +++ b/UI/UnoCupertinoSample/UnoCupertinoSample.Windows/UnoCupertinoSample.Windows.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoCupertinoSample app.manifest diff --git a/UI/UnoEthereumBlockChain/DemoApp/DemoApp/DemoApp.Mobile/DemoApp.Mobile.csproj b/UI/UnoEthereumBlockChain/DemoApp/DemoApp/DemoApp.Mobile/DemoApp.Mobile.csproj index 845199119..2dee8e863 100644 --- a/UI/UnoEthereumBlockChain/DemoApp/DemoApp/DemoApp.Mobile/DemoApp.Mobile.csproj +++ b/UI/UnoEthereumBlockChain/DemoApp/DemoApp/DemoApp.Mobile/DemoApp.Mobile.csproj @@ -1,17 +1,17 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst trueExetrue14.214.021.010.14 + $(TargetFrameworks);net9.0-macos + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -24,7 +24,7 @@ - + @@ -33,8 +33,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -45,7 +45,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -60,7 +60,7 @@ - + diff --git a/UI/UnoEthereumBlockChain/DemoApp/DemoApp/DemoApp.Windows/DemoApp.Windows.csproj b/UI/UnoEthereumBlockChain/DemoApp/DemoApp/DemoApp.Windows/DemoApp.Windows.csproj index 1db2c7e86..848c50b40 100644 --- a/UI/UnoEthereumBlockChain/DemoApp/DemoApp/DemoApp.Windows/DemoApp.Windows.csproj +++ b/UI/UnoEthereumBlockChain/DemoApp/DemoApp/DemoApp.Windows/DemoApp.Windows.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 DemoApp app.manifest diff --git a/UI/UnoEthereumBlockChain/UnoPharmaSupply/UnoPharmaSupply/UnoPharmaSupply.csproj b/UI/UnoEthereumBlockChain/UnoPharmaSupply/UnoPharmaSupply/UnoPharmaSupply.csproj index d25aa9627..7c7820564 100644 --- a/UI/UnoEthereumBlockChain/UnoPharmaSupply/UnoPharmaSupply/UnoPharmaSupply.csproj +++ b/UI/UnoEthereumBlockChain/UnoPharmaSupply/UnoPharmaSupply/UnoPharmaSupply.csproj @@ -1,7 +1,7 @@  - $(TargetFrameworks);net8.0-windows10.0.19041.0; - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100.0; + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true PharmaSupply diff --git a/UI/UnoGoodReads/UnoGoodReads/UnoGoodReads.Mobile/UnoGoodReads.Mobile.csproj b/UI/UnoGoodReads/UnoGoodReads/UnoGoodReads.Mobile/UnoGoodReads.Mobile.csproj index 9c61b05a9..ac63d48c9 100644 --- a/UI/UnoGoodReads/UnoGoodReads/UnoGoodReads.Mobile/UnoGoodReads.Mobile.csproj +++ b/UI/UnoGoodReads/UnoGoodReads/UnoGoodReads.Mobile/UnoGoodReads.Mobile.csproj @@ -1,17 +1,17 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios + net9.0-android + $(TargetFrameworks);net9.0-ios trueExetrue14.214.021.010.14 + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -27,7 +27,7 @@ - + @@ -36,8 +36,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -48,7 +48,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -63,7 +63,7 @@ - + diff --git a/UI/UnoGoodReads/UnoGoodReads/UnoGoodReads.Skia.Wpf/UnoGoodReads.Skia.Wpf.csproj b/UI/UnoGoodReads/UnoGoodReads/UnoGoodReads.Skia.Wpf/UnoGoodReads.Skia.Wpf.csproj index ac878f144..53c14cb48 100644 --- a/UI/UnoGoodReads/UnoGoodReads/UnoGoodReads.Skia.Wpf/UnoGoodReads.Skia.Wpf.csproj +++ b/UI/UnoGoodReads/UnoGoodReads/UnoGoodReads.Skia.Wpf/UnoGoodReads.Skia.Wpf.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0-windows + net9.0-windows true diff --git a/UI/UnoGoodReads/UnoGoodReads/UnoGoodReads.Windows/UnoGoodReads.Windows.csproj b/UI/UnoGoodReads/UnoGoodReads/UnoGoodReads.Windows/UnoGoodReads.Windows.csproj index 81a7cc36d..ce9545ff4 100644 --- a/UI/UnoGoodReads/UnoGoodReads/UnoGoodReads.Windows/UnoGoodReads.Windows.csproj +++ b/UI/UnoGoodReads/UnoGoodReads/UnoGoodReads.Windows/UnoGoodReads.Windows.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoGoodReads app.manifest diff --git a/UI/UnoIslandsSampleApp/WpfApp/WpfApp.csproj b/UI/UnoIslandsSampleApp/WpfApp/WpfApp.csproj index 791af901b..24bcc1b3c 100644 --- a/UI/UnoIslandsSampleApp/WpfApp/WpfApp.csproj +++ b/UI/UnoIslandsSampleApp/WpfApp/WpfApp.csproj @@ -2,7 +2,7 @@ WinExe - net8.0-windows + net9.0-windows enable true diff --git a/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.Mobile/UnoMaterialSample.Mobile.csproj b/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.Mobile/UnoMaterialSample.Mobile.csproj index f0f1d1f78..444dc3c0a 100644 --- a/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.Mobile/UnoMaterialSample.Mobile.csproj +++ b/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.Mobile/UnoMaterialSample.Mobile.csproj @@ -1,8 +1,8 @@  - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst @@ -19,16 +19,16 @@ 1.0 1 true - 14.2 - 14.0 - 21.0 - 10.14 + 14.2 + 14.0 + 21.0 + 10.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -38,7 +38,7 @@ - + android-arm64 @@ -51,8 +51,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -63,7 +63,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep diff --git a/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.Skia.Wpf/UnoMaterialSample.Skia.Wpf.csproj b/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.Skia.Wpf/UnoMaterialSample.Skia.Wpf.csproj index 060208d8f..7464783da 100644 --- a/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.Skia.Wpf/UnoMaterialSample.Skia.Wpf.csproj +++ b/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.Skia.Wpf/UnoMaterialSample.Skia.Wpf.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0-windows + net9.0-windows true diff --git a/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.Windows/UnoMaterialSample.Windows.csproj b/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.Windows/UnoMaterialSample.Windows.csproj index cf7557395..758ef8987 100644 --- a/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.Windows/UnoMaterialSample.Windows.csproj +++ b/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.Windows/UnoMaterialSample.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoMaterialSample x86;x64;arm64 diff --git a/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.csproj b/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.csproj index e1c43bde5..827a4d74b 100644 --- a/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.csproj +++ b/UI/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample/UnoMaterialSample.csproj @@ -1,14 +1,14 @@  - $(TargetFrameworks);net8.0-windows10.0.19041 + $(TargetFrameworks);net9.0-windows10.0.26100 $(TargetFrameworks);net8.0<_CanUseMobileTargets Condition="!$([MSBuild]::IsOSPlatform('Linux'))">true - $(TargetFrameworks);net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + $(TargetFrameworks);net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst en14.214.021.010.0.19041.010.0.19041.0 @@ -22,11 +22,11 @@ - + - + diff --git a/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample.Mobile/UnoMaterialToolkitSample.Mobile.csproj b/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample.Mobile/UnoMaterialToolkitSample.Mobile.csproj index 2ed73fe92..96dd8b72a 100644 --- a/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample.Mobile/UnoMaterialToolkitSample.Mobile.csproj +++ b/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample.Mobile/UnoMaterialToolkitSample.Mobile.csproj @@ -1,8 +1,8 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst @@ -19,16 +19,16 @@ 1.0 1 true - 14.2 - 14.0 - 21.0 - 10.14 + 14.2 + 14.0 + 21.0 + 10.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -38,7 +38,7 @@ - + android-arm64 @@ -51,8 +51,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -63,7 +63,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep diff --git a/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample.Skia.Wpf/UnoMaterialToolkitSample.Skia.Wpf.csproj b/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample.Skia.Wpf/UnoMaterialToolkitSample.Skia.Wpf.csproj index 6f3d3bbae..b8bfbc969 100644 --- a/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample.Skia.Wpf/UnoMaterialToolkitSample.Skia.Wpf.csproj +++ b/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample.Skia.Wpf/UnoMaterialToolkitSample.Skia.Wpf.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0-windows + net9.0-windows true diff --git a/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample.Windows/UnoMaterialToolkitSample.Windows.csproj b/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample.Windows/UnoMaterialToolkitSample.Windows.csproj index 09caaaf07..62d2de2a7 100644 --- a/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample.Windows/UnoMaterialToolkitSample.Windows.csproj +++ b/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample.Windows/UnoMaterialToolkitSample.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoMaterialToolkitSample x86;x64;arm64 diff --git a/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample/UnoMaterialToolkitSample.csproj b/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample/UnoMaterialToolkitSample.csproj index 18e3b63fe..76817c75a 100644 --- a/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample/UnoMaterialToolkitSample.csproj +++ b/UI/UnoMaterialToolkitSample/UnoMaterialToolkitSample/UnoMaterialToolkitSample.csproj @@ -1,6 +1,6 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 + $(TargetFrameworks);net9.0-windows10.0.26100 $(TargetFrameworks);net8.0 <_CanUseMobileTargets Condition="!$([MSBuild]::IsOSPlatform('Linux'))">true - $(TargetFrameworks);net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + $(TargetFrameworks);net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst en @@ -30,11 +30,11 @@ - + - + diff --git a/UI/UnoSQLiteOneDriveInvoiceSample/Demo/Demo/Demo.Mobile/Demo.Mobile.csproj b/UI/UnoSQLiteOneDriveInvoiceSample/Demo/Demo/Demo.Mobile/Demo.Mobile.csproj index 55524147b..924726d94 100644 --- a/UI/UnoSQLiteOneDriveInvoiceSample/Demo/Demo/Demo.Mobile/Demo.Mobile.csproj +++ b/UI/UnoSQLiteOneDriveInvoiceSample/Demo/Demo/Demo.Mobile/Demo.Mobile.csproj @@ -1,17 +1,17 @@  - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst trueExetrue14.214.021.010.14 + $(TargetFrameworks);net9.0-macos + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -41,7 +41,7 @@ - + @@ -50,8 +50,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -62,7 +62,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -77,7 +77,7 @@ - + diff --git a/UI/UnoSQLiteOneDriveInvoiceSample/Demo/Demo/Demo.Windows/Demo.Windows.csproj b/UI/UnoSQLiteOneDriveInvoiceSample/Demo/Demo/Demo.Windows/Demo.Windows.csproj index d60371b67..f4bb56cb7 100644 --- a/UI/UnoSQLiteOneDriveInvoiceSample/Demo/Demo/Demo.Windows/Demo.Windows.csproj +++ b/UI/UnoSQLiteOneDriveInvoiceSample/Demo/Demo/Demo.Windows/Demo.Windows.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 Demo app.manifest diff --git a/UI/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal.Mobile/UnoScrollReveal.Mobile.csproj b/UI/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal.Mobile/UnoScrollReveal.Mobile.csproj index 95caac172..1af038b5f 100644 --- a/UI/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal.Mobile/UnoScrollReveal.Mobile.csproj +++ b/UI/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal.Mobile/UnoScrollReveal.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal.Windows/UnoScrollReveal.Windows.csproj b/UI/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal.Windows/UnoScrollReveal.Windows.csproj index 8dc667c62..f4d0a0fd6 100644 --- a/UI/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal.Windows/UnoScrollReveal.Windows.csproj +++ b/UI/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal.Windows/UnoScrollReveal.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoScrollReveal.Windows app.manifest diff --git a/UI/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal.csproj b/UI/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal.csproj index e95ea7442..bc92776ae 100644 --- a/UI/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal.csproj +++ b/UI/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal/UnoScrollReveal.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/UnoSimplePhotos/SimplePhotos.Mobile/SimplePhotos.Mobile.csproj b/UI/UnoSimplePhotos/SimplePhotos.Mobile/SimplePhotos.Mobile.csproj index f491e5068..a1ecbe2bf 100644 --- a/UI/UnoSimplePhotos/SimplePhotos.Mobile/SimplePhotos.Mobile.csproj +++ b/UI/UnoSimplePhotos/SimplePhotos.Mobile/SimplePhotos.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-android;net8.0-maccatalyst + net9.0-ios;net9.0-android;net9.0-maccatalyst true Exe diff --git a/UI/UnoSimplePhotos/SimplePhotos.Windows/SimplePhotos.Windows.csproj b/UI/UnoSimplePhotos/SimplePhotos.Windows/SimplePhotos.Windows.csproj index 970707c3e..a67bfae1b 100644 --- a/UI/UnoSimplePhotos/SimplePhotos.Windows/SimplePhotos.Windows.csproj +++ b/UI/UnoSimplePhotos/SimplePhotos.Windows/SimplePhotos.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.22621.0 + net9.0-windows10.0.22621.0 10.0.19041.0 UnoWinUIQuickStart x86;x64;arm64 diff --git a/UI/UnoSimplePhotos/SimplePhotos/SimplePhotos.csproj b/UI/UnoSimplePhotos/SimplePhotos/SimplePhotos.csproj index c70c998e9..e9c8978c6 100644 --- a/UI/UnoSimplePhotos/SimplePhotos/SimplePhotos.csproj +++ b/UI/UnoSimplePhotos/SimplePhotos/SimplePhotos.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.22621 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.22621 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex.Mobile/UnoZIndex.Mobile.csproj b/UI/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex.Mobile/UnoZIndex.Mobile.csproj index a66544fb5..1b7bc5e50 100644 --- a/UI/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex.Mobile/UnoZIndex.Mobile.csproj +++ b/UI/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex.Mobile/UnoZIndex.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-ios;net8.0-maccatalyst;net8.0-android + net9.0-ios;net9.0-android true Exe diff --git a/UI/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex.Windows/UnoZIndex.Windows.csproj b/UI/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex.Windows/UnoZIndex.Windows.csproj index 7f2c8b26c..7277b077d 100644 --- a/UI/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex.Windows/UnoZIndex.Windows.csproj +++ b/UI/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex.Windows/UnoZIndex.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 UnoZIndex.Windows app.manifest diff --git a/UI/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex.csproj b/UI/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex.csproj index 7d2daf723..abd98385f 100644 --- a/UI/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex.csproj +++ b/UI/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex/UnoZIndex.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0;net8.0-ios;net8.0-android;net8.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-ios;net9.0-android;net9.0-maccatalyst true diff --git a/UI/WCTDataTreeTabSample/WCTDataTreeTabSample/WCTDataTreeTabSample.Mobile/WCTDataTreeTabSample.Mobile.csproj b/UI/WCTDataTreeTabSample/WCTDataTreeTabSample/WCTDataTreeTabSample.Mobile/WCTDataTreeTabSample.Mobile.csproj index a4959960e..786892b73 100644 --- a/UI/WCTDataTreeTabSample/WCTDataTreeTabSample/WCTDataTreeTabSample.Mobile/WCTDataTreeTabSample.Mobile.csproj +++ b/UI/WCTDataTreeTabSample/WCTDataTreeTabSample/WCTDataTreeTabSample.Mobile/WCTDataTreeTabSample.Mobile.csproj @@ -1,21 +1,21 @@ - net8.0-android;net8.0-ios;net8.0-maccatalyst;net8.0-macos + net9.0-android;net9.0-ios;net9.0-macos true Exe - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 - + - + true - 14.2 - 14.0 - 21.0 - 10.14 + 14.2 + 14.0 + 21.0 + 10.14 @@ -30,7 +30,7 @@ - + @@ -39,8 +39,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -51,7 +51,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -66,7 +66,7 @@ - + diff --git a/UI/WCTDataTreeTabSample/WCTDataTreeTabSample/WCTDataTreeTabSample.Skia.Wpf/WCTDataTreeTabSample.Skia.Wpf.csproj b/UI/WCTDataTreeTabSample/WCTDataTreeTabSample/WCTDataTreeTabSample.Skia.Wpf/WCTDataTreeTabSample.Skia.Wpf.csproj index 7fb8ebc9c..5bfd8e1c9 100644 --- a/UI/WCTDataTreeTabSample/WCTDataTreeTabSample/WCTDataTreeTabSample.Skia.Wpf/WCTDataTreeTabSample.Skia.Wpf.csproj +++ b/UI/WCTDataTreeTabSample/WCTDataTreeTabSample/WCTDataTreeTabSample.Skia.Wpf/WCTDataTreeTabSample.Skia.Wpf.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0-windows + net9.0-windows true diff --git a/UI/WCTDataTreeTabSample/WCTDataTreeTabSample/WCTDataTreeTabSample.Windows/WCTDataTreeTabSample.Windows.csproj b/UI/WCTDataTreeTabSample/WCTDataTreeTabSample/WCTDataTreeTabSample.Windows/WCTDataTreeTabSample.Windows.csproj index 939c4bad2..10f45fb2f 100644 --- a/UI/WCTDataTreeTabSample/WCTDataTreeTabSample/WCTDataTreeTabSample.Windows/WCTDataTreeTabSample.Windows.csproj +++ b/UI/WCTDataTreeTabSample/WCTDataTreeTabSample/WCTDataTreeTabSample.Windows/WCTDataTreeTabSample.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041 + net9.0-windows10.0.26100 10.0.19041.0 WCTDataTreeTabSample app.manifest diff --git a/UI/WindowingSamples/src/WindowingSamples/Properties/launchSettings.json b/UI/WindowingSamples/src/WindowingSamples/Properties/launchSettings.json index 129582a23..04e5b22ce 100644 --- a/UI/WindowingSamples/src/WindowingSamples/Properties/launchSettings.json +++ b/UI/WindowingSamples/src/WindowingSamples/Properties/launchSettings.json @@ -23,7 +23,7 @@ }, "WindowingSamples (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/WindowingSamples.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/WindowingSamples.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/WindowingSamples/src/WindowingSamples/WindowingSamples.csproj b/UI/WindowingSamples/src/WindowingSamples/WindowingSamples.csproj index ebee88e84..5dcaaf519 100644 --- a/UI/WindowingSamples/src/WindowingSamples/WindowingSamples.csproj +++ b/UI/WindowingSamples/src/WindowingSamples/WindowingSamples.csproj @@ -1,8 +1,8 @@ - net8.0-windows10.0.19041; - net8.0-desktop; + net9.0-windows10.0.26100; + net9.0-desktop; Exe diff --git a/UI/WindowingSamples/src/global.json b/UI/WindowingSamples/src/global.json deleted file mode 100644 index 7f77770dc..000000000 --- a/UI/WindowingSamples/src/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.3.99" - } -} diff --git a/UI/WindowsCommunityToolkit/Version-7.x/UnoWCTDataGridSample/src/UnoWCTDataGridSample/Properties/launchSettings.json b/UI/WindowsCommunityToolkit/Version-7.x/UnoWCTDataGridSample/src/UnoWCTDataGridSample/Properties/launchSettings.json index 70c3b93b8..d720d4a33 100644 --- a/UI/WindowsCommunityToolkit/Version-7.x/UnoWCTDataGridSample/src/UnoWCTDataGridSample/Properties/launchSettings.json +++ b/UI/WindowsCommunityToolkit/Version-7.x/UnoWCTDataGridSample/src/UnoWCTDataGridSample/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "UnoWCTDataGridSample (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/UnoWCTDataGridSample.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/UnoWCTDataGridSample.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/WindowsCommunityToolkit/Version-7.x/UnoWCTDataGridSample/src/UnoWCTDataGridSample/UnoWCTDataGridSample.csproj b/UI/WindowsCommunityToolkit/Version-7.x/UnoWCTDataGridSample/src/UnoWCTDataGridSample/UnoWCTDataGridSample.csproj index 99e74cbaa..92749f76f 100644 --- a/UI/WindowsCommunityToolkit/Version-7.x/UnoWCTDataGridSample/src/UnoWCTDataGridSample/UnoWCTDataGridSample.csproj +++ b/UI/WindowsCommunityToolkit/Version-7.x/UnoWCTDataGridSample/src/UnoWCTDataGridSample/UnoWCTDataGridSample.csproj @@ -1,12 +1,12 @@ - net8.0-android; - net8.0-ios; - net8.0-maccatalyst; - net8.0-windows10.0.19041; - net8.0-desktop; - net8.0-browserwasm; + net9.0-android; + net9.0-ios; + + net9.0-windows10.0.26100; + net9.0-desktop; + net9.0-browserwasm; Exe diff --git a/UI/WindowsCommunityToolkit/Version-7.x/UnoWCTDataGridSample/src/global.json b/UI/WindowsCommunityToolkit/Version-7.x/UnoWCTDataGridSample/src/global.json deleted file mode 100644 index 7711a32aa..000000000 --- a/UI/WindowsCommunityToolkit/Version-7.x/UnoWCTDataGridSample/src/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.2.161" - } -} diff --git a/UI/WindowsCommunityToolkit/Version-8.x/UnoWCTSettingsCardSample/src/UnoWCTSettingsCardSample/Properties/launchSettings.json b/UI/WindowsCommunityToolkit/Version-8.x/UnoWCTSettingsCardSample/src/UnoWCTSettingsCardSample/Properties/launchSettings.json index 3ac7163dc..4706da68a 100644 --- a/UI/WindowsCommunityToolkit/Version-8.x/UnoWCTSettingsCardSample/src/UnoWCTSettingsCardSample/Properties/launchSettings.json +++ b/UI/WindowsCommunityToolkit/Version-8.x/UnoWCTSettingsCardSample/src/UnoWCTSettingsCardSample/Properties/launchSettings.json @@ -42,7 +42,7 @@ }, "UnoWCTSettingsCardSample (Desktop WSL2)": { "commandName": "WSL2", - "commandLineArgs": "{ProjectDir}/bin/Debug/net8.0-desktop/UnoWCTSettingsCardSample.dll", + "commandLineArgs": "{ProjectDir}/bin/Debug/net9.0-desktop/UnoWCTSettingsCardSample.dll", "distributionName": "", "compatibleTargetFramework": "desktop" } diff --git a/UI/WindowsCommunityToolkit/Version-8.x/UnoWCTSettingsCardSample/src/UnoWCTSettingsCardSample/UnoWCTSettingsCardSample.csproj b/UI/WindowsCommunityToolkit/Version-8.x/UnoWCTSettingsCardSample/src/UnoWCTSettingsCardSample/UnoWCTSettingsCardSample.csproj index e8cc1f251..43411a447 100644 --- a/UI/WindowsCommunityToolkit/Version-8.x/UnoWCTSettingsCardSample/src/UnoWCTSettingsCardSample/UnoWCTSettingsCardSample.csproj +++ b/UI/WindowsCommunityToolkit/Version-8.x/UnoWCTSettingsCardSample/src/UnoWCTSettingsCardSample/UnoWCTSettingsCardSample.csproj @@ -1,12 +1,12 @@ - net8.0-android; - net8.0-ios; - net8.0-maccatalyst; - net8.0-windows10.0.22621; - net8.0-desktop; - net8.0-browserwasm; + net9.0-android; + net9.0-ios; + + net9.0-windows10.0.22621; + net9.0-desktop; + net9.0-browserwasm; Exe diff --git a/UI/WindowsCommunityToolkit/Version-8.x/UnoWCTSettingsCardSample/src/global.json b/UI/WindowsCommunityToolkit/Version-8.x/UnoWCTSettingsCardSample/src/global.json deleted file mode 100644 index 7711a32aa..000000000 --- a/UI/WindowsCommunityToolkit/Version-8.x/UnoWCTSettingsCardSample/src/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "5.2.161" - } -} diff --git a/UI/XamlBasics/ListViewSample/ListViewSample.Mobile/ListViewSample.Mobile.csproj b/UI/XamlBasics/ListViewSample/ListViewSample.Mobile/ListViewSample.Mobile.csproj index 18c76f1b9..46f44ea8e 100644 --- a/UI/XamlBasics/ListViewSample/ListViewSample.Mobile/ListViewSample.Mobile.csproj +++ b/UI/XamlBasics/ListViewSample/ListViewSample.Mobile/ListViewSample.Mobile.csproj @@ -1,17 +1,17 @@ - net8.0-android - $(TargetFrameworks);net8.0-ios - $(TargetFrameworks);net8.0-maccatalyst + net9.0-android + $(TargetFrameworks);net9.0-ios + $(TargetFrameworks);net9.0-maccatalyst trueExetrue14.214.021.010.14 + -->trueExetrue14.214.021.010.14 - iossimulator-x64 - maccatalyst-x64 - osx-x64 + iossimulator-x64 + maccatalyst-x64 + osx-x64 @@ -21,7 +21,7 @@ - + @@ -30,8 +30,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static @@ -42,7 +42,7 @@ - + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep @@ -57,7 +57,7 @@ - + diff --git a/UI/XamlBasics/ListViewSample/ListViewSample.Skia.Wpf/ListViewSample.Skia.Wpf.csproj b/UI/XamlBasics/ListViewSample/ListViewSample.Skia.Wpf/ListViewSample.Skia.Wpf.csproj index 1f9d98545..828b88a97 100644 --- a/UI/XamlBasics/ListViewSample/ListViewSample.Skia.Wpf/ListViewSample.Skia.Wpf.csproj +++ b/UI/XamlBasics/ListViewSample/ListViewSample.Skia.Wpf/ListViewSample.Skia.Wpf.csproj @@ -2,7 +2,7 @@ WinExe Exe - net8.0-windows + net9.0-windows true diff --git a/UI/XamlBasics/ListViewSample/ListViewSample.Windows/ListViewSample.Windows.csproj b/UI/XamlBasics/ListViewSample/ListViewSample.Windows/ListViewSample.Windows.csproj index 82c58a01a..fc6f4057e 100644 --- a/UI/XamlBasics/ListViewSample/ListViewSample.Windows/ListViewSample.Windows.csproj +++ b/UI/XamlBasics/ListViewSample/ListViewSample.Windows/ListViewSample.Windows.csproj @@ -1,7 +1,7 @@  WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 10.0.19041.0 ListViewSample app.manifest diff --git a/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp.Mobile/XamlBrewerUnoApp.Mobile.csproj b/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp.Mobile/XamlBrewerUnoApp.Mobile.csproj index 2eec3b62b..6600b70a0 100644 --- a/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp.Mobile/XamlBrewerUnoApp.Mobile.csproj +++ b/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp.Mobile/XamlBrewerUnoApp.Mobile.csproj @@ -1,6 +1,6 @@ - net8.0-android;net8.0-ios;net8.0-maccatalyst + net9.0-android;net9.0-ios;net9.0-maccatalyst $(OverrideTargetFrameworks) true Exe @@ -21,15 +21,15 @@ True true - + Apple Development: Nick Randolph (UWH57C8LKA) VS: WildCard Development - + False False - + False diff --git a/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp.Windows/XamlBrewerUnoApp.Windows.csproj b/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp.Windows/XamlBrewerUnoApp.Windows.csproj index 970d4febb..8e8b46529 100644 --- a/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp.Windows/XamlBrewerUnoApp.Windows.csproj +++ b/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp.Windows/XamlBrewerUnoApp.Windows.csproj @@ -1,7 +1,7 @@ WinExe - net8.0-windows10.0.19041.0 + net9.0-windows10.0.26100.0 XamlBrewerUnoApp.Windows app.manifest x86;x64;arm64 diff --git a/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp.csproj b/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp.csproj index b30d6ad99..a907dd56f 100644 --- a/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp.csproj +++ b/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp/XamlBrewerUnoApp.csproj @@ -1,7 +1,7 @@ - $(TargetFrameworks);net8.0-windows10.0.19041 - $(TargetFrameworks);net8.0-maccatalyst;net8.0;net8.0-android;net8.0-ios + $(TargetFrameworks);net9.0-windows10.0.26100 + $(TargetFrameworks);net8.0;net9.0-android;net9.0-ios $(OverrideTargetFrameworks) diff --git a/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/solution-config.props.sample b/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/solution-config.props.sample index 82d9a9c96..3bc9b635a 100644 --- a/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/solution-config.props.sample +++ b/UI/XamlBrewerUnoApp/XamlBrewerUnoApp/solution-config.props.sample @@ -12,11 +12,11 @@ - + - - - + + + diff --git a/UI/AndroidCustomCamera/global.json b/global.json similarity index 90% rename from UI/AndroidCustomCamera/global.json rename to global.json index be9c4cb99..509ebabc0 100644 --- a/UI/AndroidCustomCamera/global.json +++ b/global.json @@ -1,7 +1,7 @@ { // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. "msbuild-sdks": { - "Uno.Sdk": "5.3.96" + "Uno.Sdk": "6.1.23" }, "sdk":{ "allowPrerelease": false diff --git a/reference/Commerce/src/Commerce/Commerce.csproj b/reference/Commerce/src/Commerce/Commerce.csproj index 37b63338c..157a6ad72 100644 --- a/reference/Commerce/src/Commerce/Commerce.csproj +++ b/reference/Commerce/src/Commerce/Commerce.csproj @@ -1,6 +1,6 @@ - net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true diff --git a/reference/Commerce/src/global.json b/reference/Commerce/src/global.json deleted file mode 100644 index 00cc18b93..000000000 --- a/reference/Commerce/src/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "6.0.67" - }, - "sdk": { - "allowPrerelease": false - } -} diff --git a/reference/Counter/CSharp-MVUX/Counter/Counter.csproj b/reference/Counter/CSharp-MVUX/Counter/Counter.csproj index 9804595b0..13dbdfbb0 100644 --- a/reference/Counter/CSharp-MVUX/Counter/Counter.csproj +++ b/reference/Counter/CSharp-MVUX/Counter/Counter.csproj @@ -1,6 +1,6 @@ - net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true diff --git a/reference/Counter/CSharp-MVUX/global.json b/reference/Counter/CSharp-MVUX/global.json deleted file mode 100644 index 00cc18b93..000000000 --- a/reference/Counter/CSharp-MVUX/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "6.0.67" - }, - "sdk": { - "allowPrerelease": false - } -} diff --git a/reference/Counter/CSharp-MVVM/Counter/Counter.csproj b/reference/Counter/CSharp-MVVM/Counter/Counter.csproj index f1a02d668..9a5ee4226 100644 --- a/reference/Counter/CSharp-MVVM/Counter/Counter.csproj +++ b/reference/Counter/CSharp-MVVM/Counter/Counter.csproj @@ -1,6 +1,6 @@ - net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true diff --git a/reference/Counter/CSharp-MVVM/global.json b/reference/Counter/CSharp-MVVM/global.json deleted file mode 100644 index 00cc18b93..000000000 --- a/reference/Counter/CSharp-MVVM/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "6.0.67" - }, - "sdk": { - "allowPrerelease": false - } -} diff --git a/reference/Counter/XAML-MVUX/Counter/Counter.csproj b/reference/Counter/XAML-MVUX/Counter/Counter.csproj index 1a5c6ddf4..fb1f67961 100644 --- a/reference/Counter/XAML-MVUX/Counter/Counter.csproj +++ b/reference/Counter/XAML-MVUX/Counter/Counter.csproj @@ -1,6 +1,6 @@ - net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true diff --git a/reference/Counter/XAML-MVUX/global.json b/reference/Counter/XAML-MVUX/global.json deleted file mode 100644 index 00cc18b93..000000000 --- a/reference/Counter/XAML-MVUX/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "6.0.67" - }, - "sdk": { - "allowPrerelease": false - } -} diff --git a/reference/Counter/XAML-MVVM/Counter/Counter.csproj b/reference/Counter/XAML-MVVM/Counter/Counter.csproj index bc7f011be..247b00636 100644 --- a/reference/Counter/XAML-MVVM/Counter/Counter.csproj +++ b/reference/Counter/XAML-MVVM/Counter/Counter.csproj @@ -1,6 +1,6 @@ - net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true diff --git a/reference/Counter/XAML-MVVM/global.json b/reference/Counter/XAML-MVVM/global.json deleted file mode 100644 index 00cc18b93..000000000 --- a/reference/Counter/XAML-MVVM/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "6.0.67" - }, - "sdk": { - "allowPrerelease": false - } -} diff --git a/reference/SimpleCalc/CSharp-MVUX/SimpleCalculator/SimpleCalculator.csproj b/reference/SimpleCalc/CSharp-MVUX/SimpleCalculator/SimpleCalculator.csproj index e52253451..6bf6eeb53 100644 --- a/reference/SimpleCalc/CSharp-MVUX/SimpleCalculator/SimpleCalculator.csproj +++ b/reference/SimpleCalc/CSharp-MVUX/SimpleCalculator/SimpleCalculator.csproj @@ -1,6 +1,6 @@ - net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop;net9.0 + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop;net9.0 Exe true diff --git a/reference/SimpleCalc/CSharp-MVUX/global.json b/reference/SimpleCalc/CSharp-MVUX/global.json deleted file mode 100644 index 00cc18b93..000000000 --- a/reference/SimpleCalc/CSharp-MVUX/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "6.0.67" - }, - "sdk": { - "allowPrerelease": false - } -} diff --git a/reference/SimpleCalc/CSharp-MVVM/SimpleCalculator/SimpleCalculator.csproj b/reference/SimpleCalc/CSharp-MVVM/SimpleCalculator/SimpleCalculator.csproj index 3b2862868..f6f1f9d8d 100644 --- a/reference/SimpleCalc/CSharp-MVVM/SimpleCalculator/SimpleCalculator.csproj +++ b/reference/SimpleCalc/CSharp-MVVM/SimpleCalculator/SimpleCalculator.csproj @@ -1,6 +1,6 @@ - net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop;net9.0 + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop;net9.0 Exe true diff --git a/reference/SimpleCalc/CSharp-MVVM/global.json b/reference/SimpleCalc/CSharp-MVVM/global.json deleted file mode 100644 index 00cc18b93..000000000 --- a/reference/SimpleCalc/CSharp-MVVM/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "6.0.67" - }, - "sdk": { - "allowPrerelease": false - } -} diff --git a/reference/SimpleCalc/XAML-MVUX/SimpleCalculator/SimpleCalculator.csproj b/reference/SimpleCalc/XAML-MVUX/SimpleCalculator/SimpleCalculator.csproj index c684117fc..553a456fc 100644 --- a/reference/SimpleCalc/XAML-MVUX/SimpleCalculator/SimpleCalculator.csproj +++ b/reference/SimpleCalc/XAML-MVUX/SimpleCalculator/SimpleCalculator.csproj @@ -1,6 +1,6 @@ - net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop;net9.0 + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop;net9.0 Exe true diff --git a/reference/SimpleCalc/XAML-MVUX/global.json b/reference/SimpleCalc/XAML-MVUX/global.json deleted file mode 100644 index 00cc18b93..000000000 --- a/reference/SimpleCalc/XAML-MVUX/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "6.0.67" - }, - "sdk": { - "allowPrerelease": false - } -} diff --git a/reference/SimpleCalc/XAML-MVVM/SimpleCalculator/SimpleCalculator.csproj b/reference/SimpleCalc/XAML-MVVM/SimpleCalculator/SimpleCalculator.csproj index e9f568df4..646adfb35 100644 --- a/reference/SimpleCalc/XAML-MVVM/SimpleCalculator/SimpleCalculator.csproj +++ b/reference/SimpleCalc/XAML-MVVM/SimpleCalculator/SimpleCalculator.csproj @@ -1,6 +1,6 @@ - net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop;net9.0 + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop;net9.0 Exe true diff --git a/reference/SimpleCalc/XAML-MVVM/global.json b/reference/SimpleCalc/XAML-MVVM/global.json deleted file mode 100644 index 00cc18b93..000000000 --- a/reference/SimpleCalc/XAML-MVVM/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "6.0.67" - }, - "sdk": { - "allowPrerelease": false - } -} diff --git a/reference/ToDo/src/global.json b/reference/ToDo/src/global.json deleted file mode 100644 index 00cc18b93..000000000 --- a/reference/ToDo/src/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "6.0.67" - }, - "sdk": { - "allowPrerelease": false - } -} diff --git a/reference/TubePlayer/src/TubePlayer/TubePlayer.csproj b/reference/TubePlayer/src/TubePlayer/TubePlayer.csproj index 04bba8982..c9cf9d2a6 100644 --- a/reference/TubePlayer/src/TubePlayer/TubePlayer.csproj +++ b/reference/TubePlayer/src/TubePlayer/TubePlayer.csproj @@ -1,6 +1,6 @@ - net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop + net9.0-android;net9.0-ios;net9.0-windows10.0.26100;net9.0-browserwasm;net9.0-desktop Exe true diff --git a/reference/TubePlayer/src/global.json b/reference/TubePlayer/src/global.json deleted file mode 100644 index 00cc18b93..000000000 --- a/reference/TubePlayer/src/global.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - // To update the version of Uno please update the version of the Uno.Sdk here. See https://aka.platform.uno/upgrade-uno-packages for more information. - "msbuild-sdks": { - "Uno.Sdk": "6.0.67" - }, - "sdk": { - "allowPrerelease": false - } -}