diff --git a/.github/workflows/ci-sample.yml b/.github/workflows/ci-sample.yml index cfbeb9a..f01a418 100644 --- a/.github/workflows/ci-sample.yml +++ b/.github/workflows/ci-sample.yml @@ -9,7 +9,7 @@ on: branches: [ "main" ] env: - DOTNET_VERSION: '9.0.x' # The .NET SDK version to use + DOTNET_VERSION: '10.0.x' # The .NET SDK version to use jobs: build-sample-ci: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80ad646..7360ba3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: branches: [ "main" ] env: - DOTNET_VERSION: '9.0.x' # The .NET SDK version to use + DOTNET_VERSION: '10.0.x' # The .NET SDK version to use jobs: build-plugin-ci: diff --git a/.github/workflows/release-nuget.yml b/.github/workflows/release-nuget.yml index 1bb06e2..f43ed89 100644 --- a/.github/workflows/release-nuget.yml +++ b/.github/workflows/release-nuget.yml @@ -7,7 +7,7 @@ on: - "v[0-9]+.[0-9]+.[0-9]+-preview[0-9]+" env: - DOTNET_VERSION: '9.0.x' # The .NET SDK version to use + DOTNET_VERSION: '10.0.x' # The .NET SDK version to use jobs: release-nuget: diff --git a/samples/Plugin.Maui.Feature.Sample/Plugin.Maui.Feature.Sample.csproj b/samples/Plugin.Maui.Feature.Sample/Plugin.Maui.Feature.Sample.csproj index 11b0e46..5c1687a 100644 --- a/samples/Plugin.Maui.Feature.Sample/Plugin.Maui.Feature.Sample.csproj +++ b/samples/Plugin.Maui.Feature.Sample/Plugin.Maui.Feature.Sample.csproj @@ -1,10 +1,10 @@  - net9.0-android;net9.0-ios;net9.0-maccatalyst - $(TargetFrameworks);net9.0-windows10.0.19041.0 + net10.0-android;net10.0-ios;net10.0-maccatalyst + $(TargetFrameworks);net10.0-windows10.0.19041.0 - + Exe Plugin.Maui.Feature.Sample true diff --git a/src/Plugin.Maui.Feature/Plugin.Maui.Feature.csproj b/src/Plugin.Maui.Feature/Plugin.Maui.Feature.csproj index 94c692a..1aa8f06 100644 --- a/src/Plugin.Maui.Feature/Plugin.Maui.Feature.csproj +++ b/src/Plugin.Maui.Feature/Plugin.Maui.Feature.csproj @@ -1,9 +1,9 @@  - net9.0-android;net9.0-ios;net9.0-maccatalyst;net9.0 - $(TargetFrameworks);net9.0-windows10.0.19041.0 + net10.0-android;net10.0-ios;net10.0-maccatalyst;net10.0 + $(TargetFrameworks);net10.0-windows10.0.19041.0 - + true enable enable