Reputation: 6992
Xamarin 3 has nice new NuGet features built in.
But now there are only options to Restore Packages or Update Packages.
Update Packages updates ALL NuGet packages in the project.
Is it possible to select which packages to update?
Or use something like the Package Manager Console in Visual Studio?
Upvotes: 2
Views: 67
Reputation: 47907
In Xamarin Studio 5.0 you can update a NuGet package one at a time instead of all of them:
There is no Package Manager Console like the one in Visual Studio where you can type in commands. Hopefully the majority of NuGet features should be available through the user interface itself.
Upvotes: 1