Let's say i've an asp.net core/.net core rest api project to run, it has Folder A in its project.json it references Package C, version 1, and Folder B whose project.json references Package C, version 2.
The build is fine. when do a 'dnu list', Folder A says: Package C, version 1, and Folder B says: Package C, version 2.
So my question is which version of Package C will be loaded to memory at runtime (i don't think both will be loaded)?