[release/5.0] Update SDK and runtimes

This commit is contained in:
Doug Bunting 2021-05-11 11:59:05 -07:00
parent b76c48333c
commit 0468fce801
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.202" "version": "5.0.203"
}, },
"tools": { "tools": {
"dotnet": "5.0.202", "dotnet": "5.0.203",
"runtimes": { "runtimes": {
"dotnet/x64": [ "dotnet/x64": [
"2.1.27", "2.1.28",
"$(MicrosoftNETCoreAppInternalPackageVersion)" "$(MicrosoftNETCoreAppInternalPackageVersion)"
], ],
"dotnet/x86": [ "dotnet/x86": [
"$(MicrosoftNETCoreAppInternalPackageVersion)" "$(MicrosoftNETCoreAppInternalPackageVersion)"
], ],
"aspnetcore/x64": [ "aspnetcore/x64": [
"3.1.14" "3.1.15"
] ]
}, },
"Git": "2.22.0", "Git": "2.22.0",