NuGet命令

http://www.nuget.org/packages

详细的可以在这里找到
https://docs.microsoft.com/en-us/nuget/tools/powershell-reference

列几个容易用到的
Install-Package [-Id] [-IgnoreDependencies] [-ProjectName ] [[-Source] ]
[[-Version] ] [-IncludePrerelease] [-FileConflictAction] [-DependencyVersion]
[-WhatIf] []

Update-Package [-Id] [-IgnoreDependencies] [-ProjectName ] [-Version ]
[-Safe] [-Source ] [-IncludePrerelease] [-Reinstall] [-FileConflictAction]
[-DependencyVersion] [-ToHighestPatch] [-ToHighestMinor] [-WhatIf] []

Uninstall-Package [-Id] [-RemoveDependencies] [-ProjectName ] [-Force]
[-Version ] [-WhatIf] []

Find-Package [-Id] -Source [-AllVersions] [-First []]
[-Skip ] [-IncludePrerelease] [-ExactMatch] [-StartWith] []

你可能感兴趣的:(NuGet命令)