beyond-code-github / LinqToQuerystring

A lightweight subset of oData querystring conventions that works with any IQueryable
MIT License
136 stars 63 forks source link

Can not install nuget package webapi because of "Microsoft.AspNet.WebApi.Core (= 4.0.30506)" #28

Closed blazkovicz closed 10 years ago

blazkovicz commented 10 years ago

Error: can not update "Microsoft.AspNet.WebApi.Core 5.1.1" to "Microsoft.AspNet.WebApi.Core 4.0.30506.0". So I had to download LinqToQuerystring archieve and copy LinqToQueryableAttribute.cs to my project. Why such strict dependency for one attribute?!

blazkovicz commented 10 years ago

Ok, this thing does not work for me.

beyond-code-github commented 10 years ago

Hi @blazkovicz, not sure if you got this sorted in the end but sounds like you are trying to use the LinqToQuerystring.WebApi package in a Web Api 2 project.

Please this package instead https://www.nuget.org/packages/LinqToQuerystring.WebApi2/

blazkovicz commented 10 years ago

Yes, You are right. Thanks for the link.