Skip to content

Commit

Permalink
Add .NET 9.0 to runtimes list
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed Dec 9, 2024
1 parent afab63c commit adffc6e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
"dotnet": "9.0.100",
"runtimes": {
"dotnet": [
"6.0.33",
"6.0.36",
"7.0.20",
"8.0.8"
"8.0.11",
"9.0.0"
],
"aspnetcore": [
"6.0.33",
"6.0.36",
"7.0.20",
"8.0.8"
"8.0.11",
"9.0.0"
]
}
},
Expand Down

0 comments on commit adffc6e

Please sign in to comment.