CI dotnet version 6 upgrade

This commit is contained in:
andy 2021-11-23 17:22:26 +00:00
parent 5c440ced70
commit 5e3b78af94

View File

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
dotnet-version: [ '5.0.x' ]
dotnet-version: [ '6.0.x' ]
steps:
- uses: actions/checkout@v2