The NuGet Package Manager UI in Visual Studio allows you to easily install, uninstall, and update NuGet packages in projects and solutions. The Package Manager UI is not included with Visual Studio Code.
You can open the NuGet Package Manager UI by right-clicking on either References or a project and select Manage NuGet Packages....
The Browse tab displays packages by popularity from the currently selected source.
You can uninstall a package using Package Manager UI by selecting the package and click on Uninstall button.
The Include prerelease, and Package source controls do not affect when uninstalling packages.
You can also update a package or packages using Package Manager UI.
Select the package to update, select the desired version from the drop-down on the right, and select Update.