DevExpress NuGet Packages: Install Updates
- 2 minutes to read
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.
Important
Update to v21.
In v21.
If you develop with .NET Core Desktop libraries (Win\*.
packages in your apps automatically.
Refer to the T984618 - Structural changes to Nu
#Package Manager Dialog
- Invoke the Package Manager dialog (select Tools > NuGet Package Manager > Manage NuGet Packages for Solution).
- Go to the Updates tab.
- Select the packages you want to update (or use the Select all packages to update all packages) and click Update.
#Package Manager Console
- Open the Package Manager Console (select Tools > NuGet Package Manager > Package Manager Console).
- Ensure that the Package Source option is set to DevExpress NuGet feed.
- Type Update-Package.
#NuGet CLI
- Obtain the DevExpress NuGet feed URL containing your feed authorization key as described in the Choose Between Offline and Online DevExpress NuGet Feeds document.
Go to the command line and run the following command to update the current project’s packages:
nuget update -Source https://nuget.devexpress.com/{Your feed authorization key}/api/v3/index.json