Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update Xamarin.Forms to latest version?

I'm starting to work with Xamarin.Forms for the first time. I noticed I might have an outdated version in my project though, and I can't find how to update it.

Looking at the NuGet gallery, the latest version is 1.5: https://www.nuget.org/packages/Xamarin.Forms/

However, in my project, I'm still using version 1.3 somehow, even though I created the project only a few days ago. Here's what the solution explorer looks like:

Solution explorer

Xamarin Studio won't let me update the references because they are "from packages". What does that mean and how can I update?

like image 593
aspyct Avatar asked Oct 02 '15 07:10

aspyct


1 Answers

From menu click Project->Update Nuget Packages then it will check updates(can be check from status bar at top side of editor). When it finished the update checking process go to Packages from solution explorer. You'll see the (1 update notification). Right click the package and update.

It's that simple.

like image 177
eakgul Avatar answered Oct 15 '22 16:10

eakgul