diff --git a/BulletChart/BulletChart/App.xaml.cs b/BulletChart/BulletChart/App.xaml.cs index a674c64..4e25f21 100644 --- a/BulletChart/BulletChart/App.xaml.cs +++ b/BulletChart/BulletChart/App.xaml.cs @@ -5,7 +5,10 @@ public partial class App : Application public App() { InitializeComponent(); - - MainPage = new AppShell(); } + + protected override Window CreateWindow(IActivationState activationState) + { + return new Window(new AppShell()); + } } diff --git a/BulletChart/BulletChart/BulletChart.csproj b/BulletChart/BulletChart/BulletChart.csproj index e31d71d..6035dd4 100644 --- a/BulletChart/BulletChart/BulletChart.csproj +++ b/BulletChart/BulletChart/BulletChart.csproj @@ -1,8 +1,8 @@  - net6.0-android;net6.0-ios;net6.0-maccatalyst - $(TargetFrameworks);net6.0-windows10.0.19041.0 + net9.0-android;net9.0-ios;net9.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.19041.0 Exe @@ -50,6 +50,8 @@ + +