dotnet@8

.NET 8 runtime and SDK for building and running 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