Skip to content

Commit

Permalink
fix: Install 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 aa15145
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ jobs:
- name: Setup Dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnet-sdk }}
dotnet-version: |
${{ matrix.dotnet-sdk }}
7.x
- name: Nuget Cache
uses: actions/cache@v2
Expand Down

0 comments on commit aa15145

Please sign in to comment.