Skip to content
New issue

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

System.Web.Http.dll should not be distributed with the NuGet package #1

Open
JohannesRudolph opened this issue Nov 30, 2012 · 2 comments

Comments

@JohannesRudolph
Copy link
Contributor

... as it conflicts with the released version of WebApi (and is legally questionable due to licensing issues...). Can you instead make the nuget package depend on Microsoft.AspNet.WebApi.Core.4.0 and above?

@jonswaino
Copy link

I agree, I've included this in my project and now getting lots of errors like the one below:

Error 13 'System.Web.Http.HttpConfiguration' does not contain a definition for 'Services' and no extension method 'Services' accepting a first argument of type 'System.Web.Http.HttpConfiguration' could be found (are you missing a using directive or an assembly reference?)

@alanwei43
Copy link

Have you resolved the Error 13?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants