From 909bd4fa9b4844a4e332ff28c6c09a0f5df9019d Mon Sep 17 00:00:00 2001 From: Daniele Debernardi Date: Tue, 5 May 2026 18:25:28 +0200 Subject: [PATCH] Upgrade to .NET 10.0 --- .github/workflows/cd-production.yml | 2 +- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 5 +++++ ...Neolution.Extensions.Identity.Abstractions.csproj | 8 ++++---- .../Neolution.Extensions.Identity.csproj | 12 ++++++------ 5 files changed, 17 insertions(+), 12 deletions(-) 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