Skip to content

Commit

Permalink
ci: update dotnet monorepo to v8 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
scrocquesel authored Nov 14, 2023
1 parent a15df10 commit 1a7638a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- uses: actions/setup-node@v4
with:
node-version: "16"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Cake 🍰 - Build & Test
run: |
dotnet tool restore
Expand Down

0 comments on commit 1a7638a

Please sign in to comment.