Skip to main content

DevExpress NuGet Packages: Install Updates

Use one of the following approaches to update the DevExpress NuGet packages in your project:

Project Converter

You can use the Project Converter to update package versions in the PackageReferences format in your project. Project Converter does not support the old packages.config format.

ASP.NET WebForms and WPF applications’ .aspx or .xaml files may contain assembly references. In this case, launch the Project Converter tool to update the references to the correct version numbers after updating DevExpress NuGet packages.

Package Manager Dialog

  1. Invoke the Package Manager dialog (select Tools > NuGet Package Manager > Manage NuGet Packages for Solution).
  2. Go to the Updates tab.
  3. Select the packages you want to update (or use the Select all packages to update all packages) and click Update.

Package Manager Console

  1. Open the Package Manager Console (select Tools > NuGet Package Manager > Package Manager Console).
  2. Ensure that the Package Source option is set to DevExpress NuGet feed.
  3. Type Update-Package.