visual studio 2013 - NuGet downloads all packages, doesn't update references -
i have project set allow nuget download missing packages automatically check missing packages during build in visual studio. in solution folder, there packages folder , contains need project. references them in project still broken.
i have tried removing references , adding them nuget, nuget says item in project (it in packages folder) though reference there , project can't build. way can seem around manually go each of packages in packages folder , select every .dll.
is there better way this?
open package manager console , type:
update-package -reinstall
this should refresh references based on each project's packages.config file.
Comments
Post a Comment