I've been involved in a project using Visual Studio 2012 that has multiple solutions and multiple projects. In most cases, one solution will have to refer to the library build in a different project. Since most projects have their own set of nuget repositories, we run into the issues of missing references even when we try to restore the packages from within VS.
Has anyone come across some best practices on that?
The system we are using are VS 2012 and our code is store in a GIT server.