Skip to content

Commit bde5be7

Browse files
authored
Update global.json to include SDK settings (#2714)
The `tools` section is proprietary and only used by arcade. The `sdk` section is used by dotnet to ensure this SDK version is used, and also what the publicly available AzDo build tasks use when installing dotnet.
1 parent 4558aba commit bde5be7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"sdk": {
3+
"version": "9.0.111",
4+
"allowPrerelease": true,
5+
"rollForward": "major"
6+
},
27
"tools": {
38
"dotnet": "9.0.111",
49
"runtimes": {

0 commit comments

Comments
 (0)