Skip to content

Commit

Permalink
Bump the .NET SDK to 8.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Feb 21, 2024
1 parent d0a42be commit 8026f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.101'
dotnet-version: '8.0.200'

- name: Build
run: eng\common\CIBuild.cmd -configuration Release -prepareMachine -integrationTest
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"sdk": {
"version": "8.0.101",
"version": "8.0.200",
"allowPrerelease": true,
"rollForward": "major"
},

"tools": {
"dotnet": "8.0.101"
"dotnet": "8.0.200"
},

"msbuild-sdks": {
Expand Down

0 comments on commit 8026f51

Please sign in to comment.