Skip to content

Commit

Permalink
Update global.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe authored May 10, 2022
1 parent 840d815 commit 94adf81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"tools": {
"dotnet": "6.0.104",
"dotnet": "6.0.105",
"runtimes": {
"dotnet": [
"3.1.23",
"5.0.15"
"3.1.24",
"5.0.16"
],
"aspnetcore": [
"3.1.23",
"5.0.15"
"3.1.24",
"5.0.16"
]
}
},
"sdk": {
"version": "6.0.104",
"version": "6.0.105",
"allowPrerelease": true,
"rollForward": "latestMajor"
},
Expand Down

0 comments on commit 94adf81

Please sign in to comment.