“Unable to satisfy package dependency constraints” with Breeze.Server.WebAPI2
I am trying to add the Breeze.Server.WebAPI2 Nuget package to Visual Studio Community 2015 RC. When I click on install I get "Unable to satisfy package dependency constraints" The listed dependencies are: Microsoft.AspNet.WebApi.OData (>= 5.2.2 && < 6.0.0) Microsoft.AspNet.WebApi.WebHost (>= 5.2.2 && < 6.0.0) Breeze.Server.ContextProvider (=1.5.4) WebActivator I tried adding the missing dependencies using their own packages, and now my packages.config looks like this: <?xml version="1.0" encoding="utf-8"?> <packages> <package id="Breeze.Server.ContextProvider" version="1.5.4" targetFramework=