Skip to content

Commit

Permalink
[release/5.0] Bump SDK and runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbu committed Jun 8, 2021
1 parent 707896a commit 7805bb0
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,17 +1,17 @@
{
"tools": {
"dotnet": "5.0.203",
"dotnet": "5.0.204",
"runtimes": {
"dotnet": [
"3.1.15"
"3.1.16"
],
"aspnetcore": [
"3.1.15"
"3.1.16"
]
}
},
"sdk": {
"version": "5.0.203",
"version": "5.0.204",
"allowPrerelease": true,
"rollForward": "latestMajor"
},
Expand Down

0 comments on commit 7805bb0

Please sign in to comment.