"Unable to satisfy package dependency restrictions" using Breeze.Server.WebAPI2

I am trying to add a Breeze.Server.WebAPI2Nuget package to Visual Studio Community 2015 RC. When I click on the installation, I get "Unable to satisfy package restriction restrictions"

The listed dependencies:

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 missing dependencies using their own packages, and now my package.config file looks like this:

<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="Breeze.Server.ContextProvider" version="1.5.4" targetFramework="net452" userInstalled="true" />
  <package id="Microsoft.AspNet.WebApi" version="5.2.3" targetFramework="net452" userInstalled="true" />
  <package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net452" userInstalled="true" />
  <package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net452" userInstalled="true" />
  <package id="Microsoft.AspNet.WebApi.OData" version="5.5.1" targetFramework="net452" userInstalled="true" />
  <package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.3" targetFramework="net452" userInstalled="true" />
  <package id="Microsoft.Data.Edm" version="5.6.0" targetFramework="net452" userInstalled="true" />
  <package id="Microsoft.Data.OData" version="5.6.0" targetFramework="net452" userInstalled="true" />
  <package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net452" userInstalled="true" />
  <package id="Newtonsoft.Json" version="6.0.8" targetFramework="net452" userInstalled="true" />
  <package id="System.Spatial" version="5.6.0" targetFramework="net452" userInstalled="true" />
  <package id="WebActivatorEx" version="2.0.6" targetFramework="net452" userInstalled="true" />
</packages>

But I still get the same error

EDIT To work around this problem, I downloaded Visual Studio 2013 Express and used it to create a project and add a package. Then I added the project in Visual Studio 2015. Invalid, but I'm working.

+4
source share
2

:

-,, NuGet Package Manager GitHub , , , " ".

https://github.com/NuGet/Home/issues/241

, , NuGet, , .

Visual Studio 2015 RC, NuGet Package Manager ( ) - 3.0.60410.213.

:

- NuGet Visual Studio 2015 RC "". , " ", , "", , - , NuSpec, , .

: Visual Studio 2015 RC, . NuGet, , .

+4

, Nuget 3.0.60410.213. EasyNetQ, . " " Dependency Resolver, .

, . RabbitMQ.Client, EasyNetQ.

0

All Articles