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