How to remove Nuget Packages from Existing Visual Studio solution

There are many posts related how you can manage Nuget packages but today I wanted to remove existing Nuget installed packages. I just wanted to show you steps required to do so.

for example: I wanted to remove “jayrock json” package and re-install later

Step 1:
In Visual Studio, Go to Tools/NuGet Package Manager/Manage NuGet Packages for Solution…

you will see below screen follow sub-steps 1, 2, 3 as shown with Arrows:

Select existing package in Visual Studio Solution

Select existing package in Visual Studio Solution

 

 

 

 

 

 

 

Step 2:

UnCheck your project(s) from Current solution

UnCheck your project(s) from Current solution

UnCheck your project(s) from Current solution

 

 

 

 

 

Step 3:
Unselect project(s) and press OK

Unselect project(s) and press OK

Unselect project(s) and press OK

Posted in Visual Studio | Tagged , | Leave a comment