Ninject in .NET Core
I am trying to install Ninject 3.3.2 in .NET Core, Released in May 2016. I got an error: The dependency Ninject 3.2.2 does not support framework .NETCoreApp, Version=v1.0. Does anybody had similar problem, and is there any solution for this? Daniel Krawieczyński Ninject does not support .NET Core. You can check it's website to be sure if there is no version that supports it. ASP.NET Core has its own Dependency Injection container build in. See here . Ninject 3.3.0 was released September 26th 2017 and now targets .NET Standard 2.0 and thus also runs on .NET Core 2.0 . From the course of things