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

Popular posts from this blog

Java 3D LWJGL collision -

methods - python can't use function in submodule -

c# - ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) -