Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 1.26 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.26 KB

Icon NuGet References

Extends Visual Studio solution explorer to expand the packages.config node and show installed packages:

NuGet packages in Solution Explorer

Search directly from the Solution Explorer to find nuget packages used across a solution:

Search NuGet packages in Solution Explorer

Properties of the selected NuGet package are also displayed in the properties window:

Package properties in properties window

And update/uninstall can be performed right from the node in the Solution Explorer window:

Update/Uninstall from Solution Explorer

You can install this extension from the Visual Studio gallery.

Alternatively, you can get the source code and build it yourself. You will need the Visual Studio SDK.