You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... Pretty much just as it says. I've got a project using Commander which I'm trying to move to a new system, and therefore it's going looking for all the packages it needs, and Commander just throws errors whether I ask PM directly for it or I do it via the Package Manager interface.
Wha' happened?
The text was updated successfully, but these errors were encountered:
I encountered the same thing when executing a Package Restore for the FodyAddinSamples project.
It doesn't seem possible to restore this package using the v3 NuGet API anymore. It can be installed using the v3 NuGet API, but not restored. It can be both installed and restored using the v2 NuGet API. I posted some details about it in an issue in that repository.
The workaround is to add https://www.nuget.org/api/v2 as a NuGet package source so that you're not relying only on https://api.nuget.org/v3/index.json.
... Pretty much just as it says. I've got a project using Commander which I'm trying to move to a new system, and therefore it's going looking for all the packages it needs, and Commander just throws errors whether I ask PM directly for it or I do it via the Package Manager interface.
Wha' happened?
The text was updated successfully, but these errors were encountered: