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

Can't install NuGet.PackageManagement 3.4.3 #2656

Closed
daveaglick opened this issue Apr 25, 2016 · 5 comments
Closed

Can't install NuGet.PackageManagement 3.4.3 #2656

daveaglick opened this issue Apr 25, 2016 · 5 comments
Assignees
Labels
Priority:1 High priority issues that must be resolved in the current sprint. Type:Bug

Comments

@daveaglick
Copy link

daveaglick commented Apr 25, 2016

Based on the comment at #1870 (comment) as well as browsing through the code, it looks like NuGet.PackageManagement is a good place to start exploring in order to replace code based on the v2 APIs with v3 APIs. However, it doesn't look possible to install NuGet.PackageManagement 3.4.3 right now (at least not without some sort of alternate package feed).

NuGet.PackageManagement 3.4.3 depends on
NuGet.Protocol.Core.v2 (>= 3.4.3) depends on
NuGet.Core (>= 2.11.1-rtm-812)

Unfortunately, the most recent NuGet.Core that's available on the gallery is 2.10.1. Where can NuGet.Core >= 2.11.1-rtm-812 be obtained, and why does the dependency chain for a primary NuGet library end up reaching into an alternate feed? I'm also a little confused as to why a v2 NuGet library is needed in the first place - I thought one of the goals of the NuGet v3 APIs was to leave the v2 libraries behind.

@yishaigalatzer
Copy link

Yup, fixing it right now. Give it a couple of hours

@yishaigalatzer yishaigalatzer added Priority:1 High priority issues that must be resolved in the current sprint. Type:Bug labels Apr 25, 2016
@yishaigalatzer
Copy link

@daveaglick can you clear your cache and try again?

@daveaglick
Copy link
Author

Alright, that was fast! 👍

Won't be back at my computer for a few hours, but I'll give it a shot when I am and let you know.

@yishaigalatzer
Copy link

Closing for now, ping me if this is not fixed

@daveaglick
Copy link
Author

Worked like a charm, thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:1 High priority issues that must be resolved in the current sprint. Type:Bug
Projects
None yet
Development

No branches or pull requests

3 participants