Skip to content

Commit

Permalink
(GH-4252) Update .NET SDK to 8.0.100
Browse files Browse the repository at this point in the history
* fixes #4252
  • Loading branch information
devlead committed Nov 14, 2023
1 parent 29896fb commit 11b6c48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
with:
dotnet-version: '6.0.x'

- name: Install .NET SDK 7.0.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'

- name: Install .NET Core SDK (global.json)
uses: actions/setup-dotnet@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"src"
],
"sdk": {
"version": "7.0.403",
"version": "8.0.100",
"rollForward": "latestFeature"
}
}

0 comments on commit 11b6c48

Please sign in to comment.