Unity with ASP.NET Core and MVC6 (Core)
Update 09.08.2018 Unity is being developed here but I haven't had the time to test how it playes with the ASP.NET Core framework. Update 15.03.2018 This solution is for the specific problem of using ASP.NET Core v1 with Unity while using the .NET Framework 4.5.2 NOT the .NET Core Framework. I had to use this setup since I needed some .Net 4.5.2 DLLs but for anyone starting afresh I would not recommend this approach. Also Unity is not being developed any further (to my knowlage) so I would recommend using the Autofac Framework for new projects. See this Post for more info on how to do that.