Skip to content

Commit b744a12

Browse files
authored
Add .NET 9.0 to runtimes list (dotnet#2678)
1 parent afab63c commit b744a12

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

global.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@
66
"dotnet": "9.0.100",
77
"runtimes": {
88
"dotnet": [
9-
"6.0.33",
9+
"6.0.36",
1010
"7.0.20",
11-
"8.0.8"
11+
"8.0.11",
12+
"9.0.0"
1213
],
1314
"aspnetcore": [
14-
"6.0.33",
15+
"6.0.36",
1516
"7.0.20",
16-
"8.0.8"
17+
"8.0.11",
18+
"9.0.0"
1719
]
1820
}
1921
},

0 commit comments

Comments
 (0)