dotnet-installer/Documentation/manpages/sdk/dotnet-remove-package.1
2018-05-30 15:52:55 +00:00

37 lines
956 B
Groff

.\" Automatically generated by Pandoc 2.2.1
.\"
.TH "dotnet remove package command \- .NET Core CLI" "1" "" "" ".NET Core"
.hy
.SH dotnet remove package
.PP
.SH NAME
.PP
\f[C]dotnet\ remove\ package\f[] \- Removes package reference from a project file.
.SH SYNOPSIS
.PP
\f[C]dotnet\ remove\ [<PROJECT>]\ package\ <PACKAGE_NAME>\ [\-h|\-\-help]\f[]
.SH DESCRIPTION
.PP
The \f[C]dotnet\ remove\ package\f[] command provides a convenient option to remove a NuGet package reference from a project.
.SS Arguments
.PP
\f[C]PROJECT\f[]
.PP
Specifies the project file.
If not specified, the command searches the current directory for one.
.PP
\f[C]PACKAGE_NAME\f[]
.PP
The package reference to remove.
.SH OPTIONS
.PP
\f[C]\-h|\-\-help\f[]
.PP
Prints out a short help for the command.
.SH EXAMPLES
.PP
Removes \f[C]Newtonsoft.Json\f[] NuGet package from a project in the current directory:
.PP
\f[C]dotnet\ remove\ package\ Newtonsoft.Json\f[]
.SH AUTHORS
mairaw.