[release/5.0] Update to 1.0.2 SDK (#29276)

- also use latest 2.1 and 3.1 runtimes
This commit is contained in:
Doug Bunting 2021-01-14 10:13:25 -08:00 committed by GitHub
parent 4a46036cc3
commit 8872b75001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,19 +1,19 @@
{ {
"sdk": { "sdk": {
"version": "5.0.101" "version": "5.0.102"
}, },
"tools": { "tools": {
"dotnet": "5.0.101", "dotnet": "5.0.102",
"runtimes": { "runtimes": {
"dotnet/x64": [ "dotnet/x64": [
"2.1.23", "2.1.24",
"$(MicrosoftNETCoreAppInternalPackageVersion)" "$(MicrosoftNETCoreAppInternalPackageVersion)"
], ],
"dotnet/x86": [ "dotnet/x86": [
"$(MicrosoftNETCoreAppInternalPackageVersion)" "$(MicrosoftNETCoreAppInternalPackageVersion)"
], ],
"aspnetcore/x64": [ "aspnetcore/x64": [
"3.1.10" "3.1.11"
] ]
}, },
"Git": "2.22.0", "Git": "2.22.0",