Issues:
All Packages show the Yellow Warning icon.
Fix:
Got to Package Manager Settings and click on
"Clear All NuGet Cache(s)"
Go to Package Manager Console…
Update-Package -ProjectName 'ProjectNameGoesHere' -Reinstall
Update-Package -Reinstall
Sources:
http://pratikvasani.github.io/archive/2016/02/24/Nuget-package-reference-issues/
Comments