I am on Nuget 2.5.4. The 'Manage packages for entire solution' feature to install Updates is intermittently showing 'false positives'.
By false positive, I mean an indication that something in the solution needs an update, BUT every project in the solution is already at the latest update. At least I think that is what is going on.
For example (see below), nuget is offering to help install NUnit but every package is grayed out. The test projects should be grayed out since they are already at the latest release.
Packages without NUnit are also grayed out though, and I would think they should not be, so the solution manager can install them. So not sure if my false positive theory is correct, but something is out of sync.
What is the fix?
Cheers,