Skip to content

Commit

Permalink
Update dotnet version for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PereViader committed Sep 29, 2024
1 parent a7745a7 commit 4e81522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PublishNugetPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0'
dotnet-version: '8.x'

- id: get-version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:

- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0'
dotnet-version: '8.x'

- run: dotnet test ManualDi.Main

0 comments on commit 4e81522

Please sign in to comment.