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",
|
||||
"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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue