Skip to content

Commit

Permalink
Update SDK (#24646)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgodbe committed Apr 13, 2021
1 parent 88681cc commit 42e8143
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.104",
"dotnet": "5.0.202",
"runtimes": {
"dotnet": [
"3.1.13"
"3.1.14"
],
"aspnetcore": [
"3.1.13"
"3.1.14"
]
}
},
"sdk": {
"version": "5.0.104",
"version": "5.0.202",
"allowPrerelease": true,
"rollForward": "latestMajor"
},
Expand Down

0 comments on commit 42e8143

Please sign in to comment.