fix: Install dotnet 7.x always

This commit is contained in:
Michael Croes
2023-07-23 23:15:30 +02:00
parent 12ea402769
commit aa15145184

View File

@@ -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