somehow my VS does point to the wrong feed … what is the feed address … not easy to find
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In visual studio, go to Tools menu -> library package manager -> package manager settings.
Earlier Visual Studio configuration for NuGet 1.2 points at
https://go.microsoft.com/fwlink/?LinkID=206669
This link resolves to
http://packages.nuget.org/v1/FeedService.svc/ (don’t use this, just for verification)
Update In Visual Studio 2013, I get https://www.nuget.org/api/v2/ (as “Available package sources”) and https://www.nuget.org/api/v2/curated-feeds/microsoftdotnet/ (as “Machine-wide package sources”)
(Thanks @mheyman)