Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-Juhasz authored Jan 28, 2024
1 parent f18e4b6 commit aebf46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
include-prerelease: false
- name: Setup NuGet
uses: NuGet/setup-nuget@v1
Expand All @@ -43,4 +43,4 @@ jobs:
run: dotnet build --no-restore

- name: Test
run: dotnet test --no-build --verbosity normal --collect "Code coverage"
run: dotnet test --no-build --verbosity normal --collect "Code coverage"

0 comments on commit aebf46d

Please sign in to comment.