Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 2.44 KB

dotnet-Commands.md

File metadata and controls

31 lines (23 loc) · 2.44 KB
titledescriptionauthorms.authorms.datems.topic
dotnet CLI NuGet commands
A short reference for NuGet-related commands using the dotnet command-line interface.
JonDouglas
jodou
06/24/2019
conceptual

dotnet CLI commands

The dotnet command-line interface (CLI), which runs on Windows, Mac OS X, and Linux, provides a number of essential commands such as installing, restoring, and publishing packages. If dotnet satisfies your needs, it's not necessary to use nuget.exe.

For examples of using these commands to consume packages, see Install and manage packages using the dotnet CLI. For examples of using these commands to create packages, see Create and publish a package using the dotnet CLI.

For the complete command reference on dotnet CLI, see .NET Core command-line interface (CLI) tools.

Package consumption

Package creation

close