Run tools and test against the latest runtimes (#22629)

- part of #22252
This commit is contained in:
Doug Bunting 2020-06-06 19:25:22 -07:00 committed by GitHub
parent 6e54e06cfa
commit 4096bb8e8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -6,17 +6,14 @@
"dotnet": "5.0.100-preview.6.20266.3",
"runtimes": {
"dotnet/x64": [
"2.1.11",
"2.1.18",
"$(MicrosoftNETCoreAppInternalPackageVersion)"
],
"dotnet/x86": [
"$(MicrosoftNETCoreAppInternalPackageVersion)"
],
"aspnetcore/x64": [
"3.1.0"
],
"aspnetcore/x86": [
"3.1.0"
"3.1.4"
]
},
"Git": "2.22.0",