Visual Studio 2022 manage nuget packages grayed out

Viewed 845

I don't understand why all of a sudden I cannot manage my nuget packages? Anyone has had that problem?

enter image description here

2 Answers

Check your application is Running. if it is running it will not show nuget packages. stop the application and check

Indeed, cleaning, rebuilding, and closing and reopening fixes this.

Related