Skip to content

Commit

Permalink
⬆️ Update to .NET SDK 6.0 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Sep 14, 2021
1 parent d31ba4b commit 704f689
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.100-rc.1.21430.12",
"dotnet": "6.0.100-rc.1.21458.32",
"runtimes": {
"dotnet": [
"3.1.16",
"5.0.7"
"3.1.19",
"5.0.10"
],
"aspnetcore": [
"3.1.16",
"5.0.7"
"3.1.19",
"5.0.10"
]
}
},
"sdk": {
"version": "6.0.100-rc.1.21430.12",
"version": "6.0.100-rc.1.21458.32",
"allowPrerelease": true,
"rollForward": "latestMajor"
},
Expand Down

0 comments on commit 704f689

Please sign in to comment.