Manage NuGet Packages dialog missing VS2017

Viewed 3775

I discovered after opening a project I wrote 2 months ago, that the "Manage NuGet Packages" dialog when right-clicking a project is missing after the latest Visual Studio 2017 update version 15.4.4 Is this a bug? Or is MS ditching NuGet?

Regardless, if not a bug or abandonment, how do I get this option back?

I see the Manage Bower Packages as the only option (2 months ago both options were in the drop down).

1 Answers

Manage NuGet Packages dialog missing VS2017

According to some of your own troubleshootings, it seems your Visual Studio/NuGet is corrupt.

So you can try to open the Visual Studio Installer, then navigate to individual components tab, find the checkbox NuGet Package manager, remove it by uncheck that checkbox. Reinstall this component again.

enter image description here

If reinstall NuGet Package manager not help you, you can try to repair your Visual Studio or reinstall Visual Studio.

Related