зеркало из https://github.com/dotnet/extensions.git
Remove x64 hardcoding from global.json runtimes (#5488)
This commit is contained in:
Коммит
a2373c43bc
|
@ -5,11 +5,11 @@
|
||||||
"tools": {
|
"tools": {
|
||||||
"dotnet": "9.0.100-rtm.24479.2",
|
"dotnet": "9.0.100-rtm.24479.2",
|
||||||
"runtimes": {
|
"runtimes": {
|
||||||
"dotnet/x64": [
|
"dotnet": [
|
||||||
"8.0.0",
|
"8.0.0",
|
||||||
"9.0.0-rc.1.24431.7"
|
"9.0.0-rc.1.24431.7"
|
||||||
],
|
],
|
||||||
"aspnetcore/x64": [
|
"aspnetcore": [
|
||||||
"8.0.0",
|
"8.0.0",
|
||||||
"9.0.0-rc.1.24452.1"
|
"9.0.0-rc.1.24452.1"
|
||||||
]
|
]
|
||||||
|
|
Загрузка…
Ссылка в новой задаче