We have an in house framework that uses WCF. Eventually i want to put a MVC 6/WebApi project that calls into the existing WCF.
It appears that in order to add references to those projects I need to convert them into vNext projects. But, those don't contain web.config files (so i'm unsure how it'll host). Has anyone found a work around for this?
Thank you.