We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a new Console application in VS2013 targeting .NET 4.5, then in Package Manager Console, attempt to install Ninject.Web.WebApi.OwinHost
PM> install-package Ninject.Web.WebApi.OwinHost Attempting to resolve dependency 'Ninject.Web.WebApi (≥ 3.2.0.0 && < 3.3.0.0)'. Attempting to resolve dependency 'Ninject (≥ 3.2.0.0 && < 3.3.0.0)'. Attempting to resolve dependency 'Ninject.Web.Common (≥ 3.2.0.0 && < 3.3.0.0)'. Attempting to resolve dependency 'Microsoft.AspNet.WebApi (≥ 5.0 && < 6.0)'. Attempting to resolve dependency 'Microsoft.AspNet.WebApi.WebHost (≥ 5.0.0)'. Attempting to resolve dependency 'Microsoft.AspNet.WebApi.Core (≥ 5.0.0)'. Attempting to resolve dependency 'Microsoft.AspNet.WebApi.Client (≥ 5.0.0)'. Attempting to resolve dependency 'Newtonsoft.Json (≥ 4.5.11)'. Attempting to resolve dependency 'Ninject.Web.Common.OwinHost (≥ 3.0 && < 4.0)'. Attempting to resolve dependency 'Microsoft.Owin (≥ 2.0 && < 3.0)'. Attempting to resolve dependency 'Owin (≥ 1.0)'. Attempting to resolve dependency 'Ninject.Extensions.ContextPreservation (≥ 3.0 && < 4.0)'. Attempting to resolve dependency 'Ninject (≥ 3.0.0.0 && < 3.1.0.0)'. install-package : Updating 'Ninject 3.2.0.0' to 'Ninject 3.0.1.10' failed. Unable to find versions of 'Ninject.Web.WebApi, Ninject.Web.Common' that are compatible with 'Ninject 3.0.1.10'. At line:1 char:1 + install-package ninject.web.WebApi.OwinHost + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand PM>
It also fails using latest pre-release packages:
PM> install-package Ninject.Web.WebApi.OwinHost -Prerelease Attempting to resolve dependency 'Ninject.Web.WebApi (≥ 3.2.0-unstable)'. Attempting to resolve dependency 'Ninject (≥ 3.2.0.0 && < 3.3.0.0)'. Attempting to resolve dependency 'Ninject.Web.Common (≥ 3.2.0.0 && < 3.3.0.0)'. Attempting to resolve dependency 'Microsoft.AspNet.WebApi (≥ 5.0 && < 6.0)'. Attempting to resolve dependency 'Microsoft.AspNet.WebApi.WebHost (≥ 5.0.0)'. Attempting to resolve dependency 'Microsoft.AspNet.WebApi.Core (≥ 5.0.0)'. Attempting to resolve dependency 'Microsoft.AspNet.WebApi.Client (≥ 5.0.0)'. Attempting to resolve dependency 'Newtonsoft.Json (≥ 4.5.11)'. Attempting to resolve dependency 'Ninject.Web.Common.OwinHost (≥ 3.0 && < 4.0)'. Attempting to resolve dependency 'Ninject.Extensions.ContextPreservation (≥ 3.0 && < 4.0)'. Attempting to resolve dependency 'Ninject (≥ 3.0.0.0 && < 3.1.0.0)'. install-package : Updating 'Ninject 3.2.0.0' to 'Ninject 3.0.1.10' failed. Unable to find versions of 'Ninject.Web.WebApi, Ninject.Web.Common' that are compatible with 'Ninject 3.0.1.10'. At line:1 char:1 + install-package ninject.web.WebApi.OwinHost -Prerelease + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand PM>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Create a new Console application in VS2013 targeting .NET 4.5, then in Package Manager Console, attempt to install Ninject.Web.WebApi.OwinHost
It also fails using latest pre-release packages:
The text was updated successfully, but these errors were encountered: