brew install --cask dotnet-sdkValidate
$ dotnet --info
.NET SDK:
Version: 8.0.203
...dotnet --list-sdksOutput
8.0.203 [/usr/local/share/dotnet/sdk]dotnet new console -f net8.0dotnet runOutput
Hello, World!Install the Humanizer library by running the following command:
dotnet add package Humanizer --version 2.7.9