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.
Bug / issue
When using
dotnet-install.shto install.NET 10, the script installs version10.0.100.curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --channel LTSAfter the installation has complete, I try list the installed SDKs on my machine:
~/.dotnet/dotnet --list-sdksThe operation fails with
zshterminating the shell. The~/.dotnet/dotnetbinary exited with exit code137.Operating system: macOS 15.7.2
Architecture: Apple silicon / ARM / arm64
Expected behavior
The
~/.dotnet/dotnet --list-sdkscommand lists all versions of .NET installed on the machine.