diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index b1af69c..f7d3d78 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -20,7 +20,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 8.0.x + dotnet-version: 9.0.x - name: Build run: | dotnet nuget add source https://aka.ms/skiasharp-eap/index.json diff --git a/Maui.ColorPicker.Demo/App.xaml.cs b/Maui.ColorPicker.Demo/App.xaml.cs index 6286af4..681baf2 100644 --- a/Maui.ColorPicker.Demo/App.xaml.cs +++ b/Maui.ColorPicker.Demo/App.xaml.cs @@ -5,8 +5,8 @@ public partial class App : Application public App() { InitializeComponent(); - - MainPage = new AppShell(); } + + protected override Window CreateWindow(IActivationState activationState) => new(new AppShell()); } } \ No newline at end of file diff --git a/Maui.ColorPicker.Demo/MainPage.xaml b/Maui.ColorPicker.Demo/MainPage.xaml index 9d15eb9..31ab176 100644 --- a/Maui.ColorPicker.Demo/MainPage.xaml +++ b/Maui.ColorPicker.Demo/MainPage.xaml @@ -12,8 +12,7 @@ - + - - - + - \ No newline at end of file diff --git a/Maui.ColorPicker.Demo/Maui.ColorPicker.Demo.csproj b/Maui.ColorPicker.Demo/Maui.ColorPicker.Demo.csproj index c0efca4..b57cd80 100644 --- a/Maui.ColorPicker.Demo/Maui.ColorPicker.Demo.csproj +++ b/Maui.ColorPicker.Demo/Maui.ColorPicker.Demo.csproj @@ -1,15 +1,14 @@ - + - net8.0-android;net8.0-ios;net8.0-maccatalyst + net9.0-android;net9.0-ios;net9.0-maccatalyst - $(TargetFrameworks);net8.0-windows10.0.19041.0 + $(TargetFrameworks);net9.0-windows10.0.19041.0 - + Exe - Maui.ColorPicker.Demo - true + Maui.ColorPicker.Demo true enable @@ -24,8 +23,8 @@ 1.0 1 - 14.2 - 14.0 + 15.0 + 15.0 21.0 10.0.17763.0 10.0.17763.0 @@ -48,8 +47,8 @@ - - + + diff --git a/Maui.ColorPicker/Maui.ColorPicker.csproj b/Maui.ColorPicker/Maui.ColorPicker.csproj index caabb4a..d0dd482 100644 --- a/Maui.ColorPicker/Maui.ColorPicker.csproj +++ b/Maui.ColorPicker/Maui.ColorPicker.csproj @@ -1,16 +1,15 @@ - + - net8.0;net8.0-android;net8.0-ios;net8.0-maccatalyst - $(TargetFrameworks);net8.0-windows10.0.19041.0 + net9.0;net9.0-android;net9.0-ios;net9.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.19041.0 - - true + true enable enable - 14.2 - 14.0 + 15.0 + 15.0 21.0 10.0.17763.0 10.0.17763.0 @@ -36,7 +35,7 @@ - +