1dotnet remove package command -do.tNnEeT.tNCEroTermeCoovCreLeIp(a1c)kage command - .NET Core CLI(1)
2
3
4

dotnet remove package

NAME

7       dotnet remove package - Removes package reference from a project file.
8

SYNOPSIS

10       dotnet remove [<PROJECT>] package <PACKAGE_NAME> [-h|--help]
11

DESCRIPTION

13       The  dotnet remove package  command provides a convenient option to re‐
14       move a NuGet package reference from a project.
15
16   Arguments
17       PROJECT
18
19       Specifies the project file.  If not specified, the command searches the
20       current directory for one.
21
22       PACKAGE_NAME
23
24       The package reference to remove.
25

OPTIONS

27       -h|--help
28
29       Prints out a short help for the command.
30

EXAMPLES

32       Removes Newtonsoft.Json NuGet package from a project in the current di‐
33       rectory:
34
35       dotnet remove package Newtonsoft.Json
36

AUTHORS

38       mairaw.
39
40
41
42                              dotnet remove package command - .NET Core CLI(1)
Impressum