Skip to content

Commit

Permalink
⬆️ Update to .NET SDK 6.0 Preview 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Apr 13, 2021
1 parent 7af5e17 commit d91e287
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"tools": {
"dotnet": "6.0.100-preview.2.21155.3",
"dotnet": "6.0.100-preview.3.21202.5",
"runtimes": {
"dotnet": [
"3.1.13",
"5.0.4"
"5.0.5"
],
"aspnetcore": [
"3.1.13",
"5.0.4"
"5.0.5"
]
}
},
"sdk": {
"version": "6.0.100-preview.2.21155.3",
"version": "6.0.100-preview.3.21202.5",
"allowPrerelease": true,
"rollForward": "latestMajor"
},
Expand Down

0 comments on commit d91e287

Please sign in to comment.