Skip to content

Commit

Permalink
Fixed .NET 7 SDK build
Browse files Browse the repository at this point in the history
  • Loading branch information
xperiandri committed Apr 19, 2023
1 parent 845ca08 commit 30bec1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
dotnet: [6.0.401]
dotnet: [7.0.100]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -25,6 +25,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Setup .NET Core 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.403
- name: Install local tools
run: dotnet tool restore
- name: Paket Restore
Expand Down

0 comments on commit 30bec1a

Please sign in to comment.