I\'m developing a web application on .Net Core, but as .Net Core is still on development some libraries used are not built on Core yet.
I know I can target .Net 4.6
Yes, it's possible. I have a project targeting NHibernate (that depends on full .NET Framework) and also some old format Class Library projects (csproj).
I use DI and MVC/API without problems.