dotnet
is the central CLI for the .NET framework.
Creating a new project with: dotnet new
With dotnet build
a compiled file is usually created in /bin/Debug/net9.0$
dotnet
is the central CLI for the .NET framework.
Creating a new project with: dotnet new
With dotnet build
a compiled file is usually created in /bin/Debug/net9.0$