Migrate DevExpress-Powered .NET Framework Apps to the Latest .NET Version
- 2 minutes to read
Important
Make sure you back up your projects before upgrading if you are not using source control.
To convert your DevExpress-powered .NET Framework application to the latest .NET version, do the following.
Step 1: Convert DevExpress Assemblies to NuGet Packages
Use the DevExpress Project Converter tool to quickly replace DevExpress assemblies (dll) with corresponding DevExpress NuGet packages as follows:
Run the DevExpress Project Converter.
In Visual Studio, navigate to Extensions → DevExpress → Project Converter → Project Converter v26.1.
Click Advanced to expand additional settings and enable “Convert DevExpress assembly references to NuGet packages”.

Once you click the “Convert DevExpress assembly references to NuGet packages” option, the warning message below automatically pops up:

Click OK to proceed.
- Click Upgrade All to convert all assemblies in your solution. To convert assemblies in specific projects only, click Search and Select Projects.
Note
Satellite assemblies (localization resources) for cultures other than DE, ES, or JA are not automatically converted to NuGet packages.
Step 2: Upgrade Your App to the Latest .NET Version
Important
Make sure you back up your projects before upgrading if you are not using source control.
Upgrade your application to the latest .NET version manually or semi-automatically with Microsoft GitHub Copilot modernization, Claude Code, or other AI-powered tools. Register the DevExpress MCP Server and product-specific AI Skills for your AI-powered coding assistants of choice.