I'm running a solution with project built using .NET 4.5 and now in that same solution I'm adding a ASP Core 1.0 API project that will need to add some of the other projects as reference.
At the moment, I've tried the "Add reference" functionality and wrapping the referenced project on the "project.json" file and the result is still the same. On the github page I've looked on the issues to see if there's something similar but nothing so far.
Is it possible to do this? In a solution with 10 .NET 4.5 other projects (class libraries), add a MVC 6 API project and use the old 4.5 projects as reference in the new on?