Skip to content

Commit

Permalink
[release/5.0] Update to 1.0.2 SDK (#23874)
Browse files Browse the repository at this point in the history
- also use latest 3.1 runtime
  • Loading branch information
dougbu committed Jan 14, 2021
1 parent 24c1af3 commit cc8cc5c
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.101",
"dotnet": "5.0.102",
"runtimes": {
"dotnet": [
"3.1.10"
"3.1.11"
],
"aspnetcore": [
"3.1.10"
"3.1.11"
]
}
},
"sdk": {
"version": "5.0.101",
"version": "5.0.102",
"allowPrerelease": true,
"rollForward": "latestMajor"
},
Expand Down

0 comments on commit cc8cc5c

Please sign in to comment.