I like the new asp.net core stuff, but I really want to reuse my old library of domain objects as it's still used by other 4.6 projects and making copies is always bad news. I don't really care about cross platform in this project as it's just going to be a web app on Azure. The other project is a plugin (just a DLL) to MetaTrader 4 on MS Server 2012, and that combination demands unmanaged code, which I can't see any availability for in core yet.
Is there a way to reference a normal 4.6 class library of POCO's in a core web app?
TIA!
Dennis