Skip to content

Commit

Permalink
use global.json with sdk 9.0.100-rc.2.24474.11
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Oct 15, 2024
1 parent e6a8302 commit 83c5aba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/artifacts-restore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ runs:
name: Setup .NET SDK
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
global-json-file: global.json
1 change: 0 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

-
name: '[Prepare]'
if: steps.cache-cake.outputs.cache-hit != 'true'
Expand Down
3 changes: 2 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"src"
],
"sdk": {
"version": "8.0.402"
"version": "9.0.100-rc.2.24474.11",
"allowPrerelease": true
}
}

0 comments on commit 83c5aba

Please sign in to comment.