Xamarin.Forms Projects
上QQ阅读APP看书,第一时间看更新

Updating the Xamarin.Forms packages

After creating the project, we should always update our Xamarin.Forms packages to the latest version. To do this, follow these steps:

  1. Right-click on our Solution in the Solution Explorer.
  2. Click on Manage NuGet Packages for Solution...:
  1. This brings up the NuGet Package Manager in Visual Studio:

To update Xamarin.Forms to the latest version, do this:

  1. Click the Updates tab
  2. Check Xamarin.Forms and click Update
  3. Accept any license agreements

Keep an eye on the output pane and wait for all the packages to be updated. However, ensure that you don't update any Android packages manually, as this might break your application.