Skip to content

Commit

Permalink
Enforce global.json .net 8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
manio143 committed Nov 18, 2024
1 parent 547fb19 commit 91bae70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
# BUILD
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion src/backend/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.401",
"version": "8.0.404",
"rollForward": "latestPatch"
}
}

0 comments on commit 91bae70

Please sign in to comment.