Skip to content

Commit

Permalink
Changed to install .NET 6
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl authored Mar 8, 2024
1 parent f89163e commit 1bb2382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-dotnet@v3
with:
dotnet-version: '5.0.x'
dotnet-version: '6.0.x'

- name: Build
run: ./build.sh
Expand All @@ -29,7 +29,7 @@ jobs:

- uses: actions/setup-dotnet@v3
with:
dotnet-version: '5.0.x'
dotnet-version: '6.0.x'

- name: Build
run: |
Expand Down

0 comments on commit 1bb2382

Please sign in to comment.