dotnet@9

.NET 9 runtime and SDK for building and running C# applications

brewmacoslinux
Try with needOr install directly
Source

About

.NET Core

Commands

dotnet

Examples

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