Removed .NET 2.1 from workflows, as it is not supported on GitHub

This commit is contained in:
ForeverZer0 2021-08-24 08:49:13 -04:00
parent 4aaba3dd12
commit dafcd6b595
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet: [ '2.1.x', '3.1.x', '5.0.x' ]
dotnet: [ '3.1.x', '5.0.x' ]
name: .NET ${{ matrix.dotnet }}
steps:
- uses: actions/checkout@v2