Skip to content

Commit

Permalink
[release/5.0] Update SDK and runtimes (#24879)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbu committed May 11, 2021
1 parent f019d86 commit f8a6198
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions global.json
@@ -1,17 +1,17 @@
{
"tools": {
"dotnet": "5.0.202",
"dotnet": "5.0.203",
"runtimes": {
"dotnet": [
"3.1.14"
"3.1.15"
],
"aspnetcore": [
"3.1.14"
"3.1.15"
]
}
},
"sdk": {
"version": "5.0.202",
"version": "5.0.203",
"allowPrerelease": true,
"rollForward": "latestMajor"
},
Expand Down

0 comments on commit f8a6198

Please sign in to comment.