Skip to content

Commit

Permalink
Move to .NET 8 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
rainersigwald authored Feb 22, 2024
2 parents 947d6d2 + 77f3b3b commit 30f7ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 5.0.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore -tl
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 30f7ca4

Please sign in to comment.