To create a quick test project:
brew install --cask dotnet-sdk To install only the runtime (no SDK):
dotnet --list-sdks # Example output: 8.0.101 [/usr/local/share/dotnet/sdk] dotnet --list-runtimes
Run dotnet new console && dotnet run and see .NET 8 in action.
To create a quick test project:
brew install --cask dotnet-sdk To install only the runtime (no SDK):
dotnet --list-sdks # Example output: 8.0.101 [/usr/local/share/dotnet/sdk] dotnet --list-runtimes
Run dotnet new console && dotnet run and see .NET 8 in action.