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 }} + 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 @@ - - - - - - - - - -