Uninstalling a NuGet package

1. Under the References node, select the package you want to remove. Then click Remove in the context menu:
Uninstalling a NuGet package 1:
The package has been removed,

and the package functions can no longer be used. References (such as a control instance from a control in the package) are not automatically removed. If you subsequently see errors in the browser console, check that you are not trying to use any other resources from the removed package.

Alternatively, you can remove the package using the NuGet Package Manager:

1. Open the NuGet Package Manager by right-clicking the References node under Manage NuGet Packages.
2. Select the package you want to remove and click Uninstall:
Uninstalling a NuGet package 2:
The package has been removed, Detailed information about the uninstall progress can be found in the Package Manager Console.