- Select Project | Manage NuGet Packages. This action will open the NuGet Package Manager dialog box:
- Open the menu by selecting Tools | Manage Package Manager | Manage NuGet Package for Solution.... This action will open the NuGet Package Manager dialog box:
- Open the menu by selecting Tools | Manage Package Manager | Package Manager Console. This action will open the Package Manager Console to allow us to install, uninstall, or update NuGet packages thanks to PowerShell command line:
- By typing Install-Package followed ...