.NET 6 Upgrade #20

Merged
Sarsoo merged 2 commits from net6 into master 2021-11-24 07:52:25 +00:00
Showing only changes of commit 5e3b78af94 - Show all commits

View File

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