From cb3a840fa9b43ae3336a07779864c6f127dadd62 Mon Sep 17 00:00:00 2001 From: Mauro Servienti Date: Sun, 16 Nov 2025 17:02:28 +0100 Subject: [PATCH 1/2] Stop targeting .NET 6 and .NET 7 --- .../ServiceComposer.AspNetCore.Testing.csproj | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/ServiceComposer.AspNetCore.Testing/ServiceComposer.AspNetCore.Testing.csproj b/src/ServiceComposer.AspNetCore.Testing/ServiceComposer.AspNetCore.Testing.csproj index 97c890c..0864748 100644 --- a/src/ServiceComposer.AspNetCore.Testing/ServiceComposer.AspNetCore.Testing.csproj +++ b/src/ServiceComposer.AspNetCore.Testing/ServiceComposer.AspNetCore.Testing.csproj @@ -1,7 +1,7 @@ - net6.0;net7.0;net8.0;net9.0;net10.0 + net8.0;net9.0;net10.0 @@ -28,16 +28,6 @@ - - - - - - - - - - From 03481b928cd02bb0962f324aa94c13045c9adfc7 Mon Sep 17 00:00:00 2001 From: Mauro Servienti Date: Sun, 16 Nov 2025 17:03:16 +0100 Subject: [PATCH 2/2] Update ci.yml to not install .NET 6 and .NET 7 --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cb1817..905263b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,6 @@ jobs: uses: actions/setup-dotnet@v5.0.0 with: dotnet-version: | - 6.0.x - 7.0.x 8.0.x 9.0.x 10.0.x @@ -69,3 +67,4 @@ jobs: run: dotnet nuget push ./nugets/*.snupkg --source https://f.feedz.io/servicecomposer/pre-releases/symbols --api-key ${{ secrets.FEEDZ_API_KEY }} +