How do I downgrade a NuGet package?
- PDF for offline use
Let us know how you feel about this
Translation Quality
0/250
Xamarin Studio & Visual Studio both have features for selecting older versions of packages and installing them automatically; similar to how updating packages works. These steps are described below.
Visual Studio
- Go to Tools > NuGet Package Manager > Package Manager Console
- Set the project under Default Project
Use this syntax:
Install-Package [PackageName] -Version [tab for version menu]
You can also copy/paste the exact command from the package's NuGet page. Example for Xamarin.Forms: https://www.nuget.org/packages/Xamarin.Forms/
Xamarin Studio
- In your project, right-click the packages folder & select Add Packages
In the searchbar, you can use the following syntax to search for your required packages:
[PackageName] version:*
Examples
Lists all Xamarin.Forms packages:
Xamarin.Forms version:Lists all Xamarin.Forms 1.4.x packages:
Xamarin.Forms version:1.4
Note: If you add a space between version: & the version number, the search will behave as though no version was specified.
Let us know how you feel about this
Translation Quality
0/250
Xamarin Workbook
If it's not already installed, install the Xamarin Workbooks app first. The workbook file should download automatically, but if it doesn't, just click to start the workbook download manually.

