Skip to content

Commit

Permalink
fix: Use dotnet 7.x always
Browse files Browse the repository at this point in the history
  • Loading branch information
mycroes committed Jul 23, 2023
1 parent 12ea402 commit fec7ba4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,28 +77,21 @@ jobs:
- os: ubuntu-20.04
test-framework: net6.0
installSnap7: true
dotnet-sdk: '6.x'
- os: ubuntu-20.04
test-framework: net7.0
installSnap7: true
dotnet-sdk: '7.x'
- os: macos-latest
test-framework: net6.0
installSnap7: true
dotnet-sdk: '6.x'
- os: macos-latest
test-framework: net7.0
installSnap7: true
dotnet-sdk: '7.x'
- os: windows-latest
test-framework: net6.0
dotnet-sdk: '6.x'
- os: windows-latest
test-framework: net7.0
dotnet-sdk: '7.x'
- os: windows-latest
test-framework: net462
dotnet-sdk: '7.x'
fail-fast: false

steps:
Expand All @@ -119,7 +112,7 @@ jobs:
- name: Setup Dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnet-sdk }}
dotnet-version: 7.x

- name: Nuget Cache
uses: actions/cache@v2
Expand Down

0 comments on commit fec7ba4

Please sign in to comment.