Skip to content

Commit

Permalink
Merge pull request #365 from muno92/dotnet7
Browse files Browse the repository at this point in the history
Support .NET 7
  • Loading branch information
muno92 authored Dec 16, 2022
2 parents 2ba287d + 3760bff commit c9f050a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest, windows-latest, macOS-latest ]
dotnet-version: [ '3.1', '5.0', '6.0' ]
operating-system: [ ubuntu-latest, windows-latest, macos-latest ]
dotnet-version: [ '3.1', '5.0', '6.0', '7.0' ]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x' # or 3.1.x, 5.0.x
dotnet-version: '7.0.x' # [3.1.x, 5.0.x, 6.0.x, 7.0.x]
- name: Restore
run: dotnet restore
- name: Inspect code
Expand Down

0 comments on commit c9f050a

Please sign in to comment.