Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nuget.org in visual studio 2015 update 2 wont get nuget packages

I have a strange error. I can't download nuget packages with visual studio 2015 update 2.

I tried to ad nuget.org as package source but it returns 404 error

[nuget.org] The V2 feed at 'https://nuget.org/Search()?$filter=IsAbsoluteLatestVersion&searchTerm=''&targetFramework='uap10.0'&includePrerelease=true&$skip=0&$top=26' returned an unexpected status code '404 Not Found'.

[nuget.org] The V2 feed at 'https://nuget.org/odata/Search()?$filter=IsAbsoluteLatestVersion&searchTerm=''&targetFramework='uap10.0'&includePrerelease=true&$skip=0&$top=26' returned an unexpected status code '404 Not Found'.

[nuget.org] The V2 feed at 'https://nuget.org/odata/Search()?$filter=IsAbsoluteLatestVersion&searchTerm=''&targetFramework='uap10.0'&includePrerelease=true&$skip=0&$top=26' returned an unexpected status code '404 Not Found'.

I would like to install MVVM Light Toolkit, but I Can't cos it's available on nuget.org

Anyone know any solution?

like image 525
János Tigyi Avatar asked Apr 08 '16 19:04

János Tigyi


People also ask

How do I force a NuGet package to install?

Switch to the Browse tab, search for the package name, select it, then select Install). For all packages, delete the package folder, then run nuget install . For a single package, delete the package folder and use nuget install <id> to reinstall the same one.

How do I update NuGet with latest version?

Right-click the Packages folder in the project, and select Update. This will update the NuGet package to the latest version. You can double-click the Add packages and choose the specific version.


1 Answers

Try this feed, it's the one I'm using :

https://api.nuget.org/v3/index.json

enter image description here

like image 176
Sylvain Rodrigue Avatar answered Oct 03 '22 10:10

Sylvain Rodrigue