fix(ci): drop netcoreapp3.1 from dotnet workflow (#87)

This commit is contained in:
Oliver Booth 2023-09-13 00:52:19 +01:00
parent c9955b53fc
commit 4c91ec436f
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 0 additions and 4 deletions

View File

@ -23,7 +23,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
3.1.x
6.0.x
7.0.x
@ -36,9 +35,6 @@ jobs:
- name: Build
run: dotnet build --no-restore --configuration Release
- name: Test .NET Core 3.1
run: dotnet test --no-build --verbosity normal --configuration Release --framework netcoreapp3.1
- name: Test .NET 6
run: dotnet test --no-build --verbosity normal --configuration Release --framework net6.0