2018-05-30 15:50:26 +00:00
|
|
|
.\" Automatically generated by Pandoc 2.2.1
|
2018-03-30 15:45:24 +00:00
|
|
|
.\"
|
|
|
|
.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.
|
2018-05-30 15:50:26 +00:00
|
|
|
If not specified, the command searches the current directory for one.
|
2018-03-30 15:45:24 +00:00
|
|
|
.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.
|