Skip to content

Commit

Permalink
Update global.json .NET versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaZupan committed Dec 19, 2023
1 parent 1d822d7 commit 4013254
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,12 +6,14 @@
"dotnet": "9.0.100-alpha.1.23615.4",
"runtimes": {
"dotnet": [
"6.0.14",
"7.0.3"
"6.0.25",
"7.0.14",
"8.0.0"
],
"aspnetcore": [
"6.0.14",
"7.0.3"
"6.0.25",
"7.0.14",
"8.0.0"
]
}
},
Expand Down

0 comments on commit 4013254

Please sign in to comment.