Skip to content

Commit

Permalink
Add .NET 9.0 to runtimes list (#2680)
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan authored Dec 10, 2024
1 parent 6d1bce9 commit 6af877a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 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.30",
"7.0.19",
"8.0.5"
"6.0.36",
"7.0.20",
"8.0.11",
"9.0.0"
],
"aspnetcore": [
"6.0.30",
"7.0.19",
"8.0.5"
"6.0.36",
"7.0.20",
"8.0.11",
"9.0.0"
]
}
},
Expand Down

0 comments on commit 6af877a

Please sign in to comment.