What is the URL for NuGet Gallery to access (nuget.org) from VS2010?

What is the URL for NuGet Gallery to access (nuget.org) from VS2010 via Package Manager Console? I tried to use the Web site URL () but it didn't work.

1

6 Answers

With NuGet 3, the url has changed again, it's now .

Microsoft Docs should always list the latest feed address: Use packages from nuget.org > Enable the upstream on an existing feed.

5

The Microsoft Go link in the accepted answer above is an old one, the correct URL is:

This points to , which is the NuGet version 2 package source feed.

I tend to use the actual URL, not the Go link anyway. As proven by the two different Go links, there is no guarantee it won't change as well, so I find it more explicit to point to the actual URL.

The Microsoft Go links are, in my opinion, a bad idea. They completely obscure the actual web URL, which defeats the purpose of HTTP addresses in the first place.

1

That maps to: but you should use the Go link to future-proof yourself.

3

The most up to date nuget package url should be documented here:

Microsoft Nuget FAQ

(as at this moment, that would be: )

For the life of me, I do not understand why this is not displayed prominently on nuget.org landing page. 🤦‍♂️

1

I found that points to the full NuGet Gallery while the default registered url (watch the protocol: Https) points only to the Official NuGet package source.

For reference, you can check what the supported URLs are by going directly to the NuGet site here: and looking under the heading 'NuGet Feed Locations'

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like