Kenji Kina
Kenji Kina

Reputation: 2412

Which Ninject version should I install from NuGet?

just a simple question:

I'm going to use Ninject in my ASP.NET MVC 3 application, but in the Package Manager there seem to be a few options:

Among others. Which of these should I install?

Upvotes: 10

Views: 3180

Answers (2)

Omar
Omar

Reputation: 40202

Install Ninject.MVC3. The package will automatically install any dependencies it needs (i.e. Ninject)

Edit:

Looking at Ninject.Web.Mvc.nuspec, it looks like it will install Ninject2.2.0.02.2.1.0

Placed proper version. But again, install it directly so that any dependencies are also automatically installed.

Upvotes: 2

Related Questions