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] []
【NuGet命令】Find-Package [-Id] -Source[-AllVersions] [-First []]
[-Skip ] [-IncludePrerelease] [-ExactMatch] [-StartWith] []

    推荐阅读