Skip to content

Commit 83c5aba

Browse files
committed
use global.json with sdk 9.0.100-rc.2.24474.11
1 parent e6a8302 commit 83c5aba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/artifacts-restore/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ runs:
2222
name: Setup .NET SDK
2323
uses: actions/setup-dotnet@v4
2424
with:
25-
global-json-file: global.json
25+
global-json-file: global.json

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
uses: actions/setup-dotnet@v4
7272
with:
7373
global-json-file: global.json
74-
7574
-
7675
name: '[Prepare]'
7776
if: steps.cache-cake.outputs.cache-hit != 'true'

global.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"src"
66
],
77
"sdk": {
8-
"version": "8.0.402"
8+
"version": "9.0.100-rc.2.24474.11",
9+
"allowPrerelease": true
910
}
1011
}

0 commit comments

Comments
 (0)