1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-21 21:38:47 +00:00

fix(ci): drop 6.0.x from dontet-version (#92)

This commit is contained in:
Oliver Booth 2024-11-12 18:10:45 +00:00
parent 7f1a1dbead
commit 3f02b0006e
Signed by: oliverbooth
GPG Key ID: 2A862C3F46178E8E

View File

@ -23,7 +23,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
6.0.x
8.0.x
- name: Add NuGet source
@ -35,9 +34,6 @@ jobs:
- name: Build
run: dotnet build --no-restore --configuration Release
- name: Test .NET 6
run: dotnet test --no-build --verbosity normal --configuration Release --framework net6.0 --collect:"XPlat Code Coverage" --results-directory test-results/net6.0
- name: Test .NET 8
run: dotnet test --no-build --verbosity normal --configuration Release --framework net8.0 --collect:"XPlat Code Coverage" --results-directory test-results/net8.0