Update to 5.0.3 SDK

- also update downlevel runtimes
This commit is contained in:
Doug Bunting 2021-02-09 14:56:06 -08:00
parent eaa99dc6e3
commit a8c77a90b1
No known key found for this signature in database
GPG Key ID: EE41520987982C03
1 changed files with 4 additions and 4 deletions

View File

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