diff --git a/.github/workflows/cd-production.yml b/.github/workflows/cd-production.yml index 5ec4555..7e529bd 100644 --- a/.github/workflows/cd-production.yml +++ b/.github/workflows/cd-production.yml @@ -7,7 +7,7 @@ on: env: ARTIFACTS_FEED_URL: https://api.nuget.org/v3/index.json BUILD_CONFIGURATION: Release - DOTNET_VERSION: '8.x' + DOTNET_VERSION: '10.x' jobs: build-pack-push: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffee2fe..3422cc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: env: BUILD_CONFIGURATION: "Release" - DOTNET_VERSION: "8.x" + DOTNET_VERSION: "10.x" jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md index 252aeb5..73ca112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Upgraded target framework to .NET 10.0 +- Updated dependencies to latest versions + ## [0.6.0] - 2025-08-05 ### Added diff --git a/Neolution.Extensions.Identity.Abstractions/Neolution.Extensions.Identity.Abstractions.csproj b/Neolution.Extensions.Identity.Abstractions/Neolution.Extensions.Identity.Abstractions.csproj index 7fca01f..5e5d453 100644 --- a/Neolution.Extensions.Identity.Abstractions/Neolution.Extensions.Identity.Abstractions.csproj +++ b/Neolution.Extensions.Identity.Abstractions/Neolution.Extensions.Identity.Abstractions.csproj @@ -1,15 +1,15 @@  - net8.0 + net10.0 enable enable - - - + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Neolution.Extensions.Identity/Neolution.Extensions.Identity.csproj b/Neolution.Extensions.Identity/Neolution.Extensions.Identity.csproj index 5d0c9e5..7f8606a 100644 --- a/Neolution.Extensions.Identity/Neolution.Extensions.Identity.csproj +++ b/Neolution.Extensions.Identity/Neolution.Extensions.Identity.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 enable enable Library @@ -9,11 +9,11 @@ - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive