I accidentally deleted all the project references after rebuilding a project.
The nuget package manager restored the packages folder, but all the packages' assemblies are not referred to from the project (Project->References).
How do I add all nuget packages' assemblies as project references?
I never knew, but when the command update-package -reinstall
is called parameterless, it would update all the packages.
Thanks for Matt for his comment.