Build:
9.0.100-preview.4.24253.11
Repro steps:
1.Install .net9 preview4 SDK on arm64.
2.run dotnet --info on CLI.
Expected Result:
dotnet --info can be displayed normally and the project can be created without any problems.
Actual Result:
dotnet --info is not fully loaded and the project can't build and run.


