We have an ASP.NET MVC 5 project that we are developing that depends on projects from a different solution. The other solution are class libraries that are common, and we publish as NuGet packages. When we release we compile the project and have it take from the NuGet repository, but while we're under development we take the reference from the bin folder of that project.We have an ASP.NET MVC 5 project that we are de