Bug / issue
When using dotnet-install.sh to install .NET 10, the script installs version 10.0.100.
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel LTS
After the installation has complete, I try list the installed SDKs on my machine:
~/.dotnet/dotnet --list-sdks
The operation fails with zsh terminating the shell. The ~/.dotnet/dotnet binary exited with exit code 137.
zsh: killed ~/.dotnet/dotnet --list-sdks
Operating system: macOS 15.7.2
Architecture: Apple silicon / ARM / arm64
Expected behavior
The ~/.dotnet/dotnet --list-sdks command lists all versions of .NET installed on the machine.