commands.sh

dotnet

all

Cross platform .NET tools for .NET Core. Some subcommands such as `build` have their own usage documentation.

More info →

Examples (4)

Initialize a new .NET project

dotnet new template_short_name

Restore NuGet packages

Build and execute the .NET project in the current directory

Run a packaged dotnet application (only needs the runtime, the rest of the commands require the .NET Core SDK installed)

dotnet path/to/application.dll
made by @shridhargupta | data from tldr-pages