dotnet@6

.NET 6 runtime and SDK for building and running .NET applications

brewmacoslinux
Try with needOr install directly
Source

About

.NET Core

Commands

dotnet

Examples

Create a new .NET console application$ dotnet new console -n MyApp
Build a .NET project$ dotnet build
Run a .NET application$ dotnet run