Skip to content

Commit

Permalink
Add .NET6
Browse files Browse the repository at this point in the history
  • Loading branch information
muno92 committed Jan 23, 2022
1 parent 7079b32 commit 1afa872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest, windows-latest, macOS-latest ]
dotnet-version: [ '3.1', '5.0' ]
dotnet-version: [ '3.1', '5.0', '6.0' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x' # or 3.1.x
dotnet-version: '6.0.x' # or 3.1.x, 5.0.x
- name: Restore
run: dotnet restore
- name: Inspect code
Expand Down

0 comments on commit 1afa872

Please sign in to comment.