-
Notifications
You must be signed in to change notification settings - Fork 39
Nuget Package Issue with VS2013 #109
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
Comments
There's a StackOverflow discussion about this issue. Maybe it can help? Other than that, the only thing I can suggest is to upgrade to Visual Studio 2015. There is a free community edition available for download (that's what I use). |
I'll check that out again on Monday. I don't remember seeing any System.Collections.Immutable packages though. VS2015 community is not really an option at this time. Its for a corporate project. |
Hi Jericho, If you check their nuget page it does say requires 3.0. https://www.nuget.org/packages/System.Net.Http/4.0.0 From what i can find 3.0 seems to be for .net core 5 which 2013 does not support. this might be why it won't update. I also found this on the nuget github page NuGet/Home#2093 It would be nice to use nuget but it guess its not required. Is there any reason you need System.Net.Http 4.0.0 though? could you update the dependancy to use a previous version that does not depend on .net core? Or would it make a bunch of breaking changes? |
I don't have access to Visual Studio 2013 so I won't be able to test, but I created a version of the nuget package that references an older version of System.Net.Http and published it on MyGet: https://www.myget.org/feed/jericho/package/nuget/StrongGrid Let me know if it works. |
I added your feed to nuget package manager in visual studio 2013 and then installed the 0.19.0-alpha0156 version. Looks like that fixed the problem. I can see its using 2.0 of System.Net.Http now
|
Just a heads up: in the upcoming release of the StrongGrid library, I will switch from System.Net.Http to a nuget package called FluentHttpClient which references System.Net.Http version 4. I contacted the project maintainer and he doesn't plan on supporting Visual Studio 2013. This means that you should continue using the alpha build I previously created for you for as long as you use VS.NET 2013. |
I would love to be able to use this but when i try to install the nuget package in VS2013 i get the message
The 'System.Net.Http 4.0.0' package requires NuGet client version '3.0' or above, but the current NuGet version is '2.12.0.817'.
The upgrade nuget button just takes you to Visual Studio's Extensions & Updates tool but the nuget package manger for visual studio appears to be on the latest version.
Anyone had this problem?
The text was updated successfully, but these errors were encountered: