Run tools and test against the latest runtimes (#22629)
- part of #22252
This commit is contained in:
parent
6e54e06cfa
commit
4096bb8e8d
|
|
@ -6,17 +6,14 @@
|
||||||
"dotnet": "5.0.100-preview.6.20266.3",
|
"dotnet": "5.0.100-preview.6.20266.3",
|
||||||
"runtimes": {
|
"runtimes": {
|
||||||
"dotnet/x64": [
|
"dotnet/x64": [
|
||||||
"2.1.11",
|
"2.1.18",
|
||||||
"$(MicrosoftNETCoreAppInternalPackageVersion)"
|
"$(MicrosoftNETCoreAppInternalPackageVersion)"
|
||||||
],
|
],
|
||||||
"dotnet/x86": [
|
"dotnet/x86": [
|
||||||
"$(MicrosoftNETCoreAppInternalPackageVersion)"
|
"$(MicrosoftNETCoreAppInternalPackageVersion)"
|
||||||
],
|
],
|
||||||
"aspnetcore/x64": [
|
"aspnetcore/x64": [
|
||||||
"3.1.0"
|
"3.1.4"
|
||||||
],
|
|
||||||
"aspnetcore/x86": [
|
|
||||||
"3.1.0"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Git": "2.22.0",
|
"Git": "2.22.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue