I am getting the error -
Unable to locate dependency SomeClassLibrary >= 1.0.0-*
I have been able to reproduce this issue quite simply. I start with an existing MVC 6 Web Application and an existing .net 4.5.2 class library project that both reside at the same level of the file system. I then create a blank Visual Studio solution which also resides in that same root folder. I add both the mvc and class library projects to the solution, and then attempt to reference the class library from the mvc project. This is leading me to get the error mentioned above. I've tried various builds using both VS and dnu command line, but nothing works.
There is a sample repo at github showing the issue - https://github.com/czuroski/Mvc6ReferenceError
Does anyone have any thoughts to how to resolve this? If any further information is needed, I can certainly provide it.