I'm trying to install the Breeze.Server.Webapi2 Nuget package for my completely empty solution. However I keep getting the following error:
Updating 'Microsoft.AspNet.WebApi.Core 5.1.2' to 'Microsoft.AspNet.WebApi.Core 5.0.0' failed. Unable to find a version of 'Microsoft.AspNet.WebApi.OData' that is compatible with 'Microsoft.AspNet.WebApi.Core 5.0.0'.
As suggested in the answer of I've tried installing Microsoft.AspNet.WebApi.OData and then Breeze.Server.WebApi2. I received the following error when installing Breeze.Server.WebApi2:
Install-Package : Updating 'Microsoft.AspNet.WebApi.Core 5.2.0' to 'Microsoft.AspNet.WebApi.Core 5.0.0' failed. Unable to find a versio n of 'Microsoft.AspNet.WebApi.OData' that is compatible with 'Microsoft.AspNet.WebApi.Core 5.0.0'.
What could be wrong here?