From be46a5ba0befab41738a55128c4184d350810a5e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 11 Sep 2026 06:39:27 +0000 Subject: [PATCH 1/2] Initial plan From 1d3d37d031fb2fcbd7692d8537a025e4d1f2936e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 11 Sep 2026 06:42:23 +0000 Subject: [PATCH 2/2] chore: upgrade projects to .NET 10 Co-authored-by: mitchelsellers <5659113+mitchelsellers@users.noreply.github.com> --- .github/workflows/ci-build.yml | 4 ++-- .github/workflows/release-build.yml | 2 +- README.md | 2 ++ .../AspNetCore.Utilities.Tests.csproj | 6 +++--- src/AspNetCore.Utilities/AspNetCore.Utilities.csproj | 5 ++--- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index bdc6794..cfe1b58 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -21,7 +21,7 @@ jobs: - name: Ensure .NET Installed uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Install GitVersion uses: gittools/actions/gitversion/setup@7417b1089e2c7de93510f1901d656ddf60bb024f # v4.7.0 @@ -55,7 +55,7 @@ jobs: - name: Ensure .NET Installed uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Cache SonarCloud packages uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 839fa8c..e8b849e 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -20,7 +20,7 @@ jobs: - name: Ensure .NET Installed uses: actions/setup-dotnet@a98b56852c35b8e3190ac28c8c2271da59106c68 # v6.0.0 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - name: Install GitVersion uses: gittools/actions/gitversion/setup@7417b1089e2c7de93510f1901d656ddf60bb024f # v4.7.0 diff --git a/README.md b/README.md index b019a38..acf599d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ A collection of helpful utilities for working with ASP.NET Core projects. These items are common rules, tag helpers and similar that our team has found valuable. +Current builds and package development target .NET 10. + ## Breaking Change with 5.1 A number of elements have been moved to the sister netcore project. diff --git a/src/AspNetCore.Utilities.Tests/AspNetCore.Utilities.Tests.csproj b/src/AspNetCore.Utilities.Tests/AspNetCore.Utilities.Tests.csproj index e39be14..ec7bca6 100644 --- a/src/AspNetCore.Utilities.Tests/AspNetCore.Utilities.Tests.csproj +++ b/src/AspNetCore.Utilities.Tests/AspNetCore.Utilities.Tests.csproj @@ -1,16 +1,16 @@  - net9.0 + net10.0 false ICG.AspNetCore.Utilities.Tests Library - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/AspNetCore.Utilities/AspNetCore.Utilities.csproj b/src/AspNetCore.Utilities/AspNetCore.Utilities.csproj index 5db5af3..80c1ddd 100644 --- a/src/AspNetCore.Utilities/AspNetCore.Utilities.csproj +++ b/src/AspNetCore.Utilities/AspNetCore.Utilities.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 ICG.AspNetCore.Utilities true true @@ -37,8 +37,7 @@ - - + all runtime; build; native; contentfiles; analyzers; buildtransitive