Skip to main content
All docs
V26.1
  • 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:

    1. Run the DevExpress Project Converter.

      In Visual Studio, navigate to ExtensionsDevExpressProject ConverterProject Converter v26.1.

    2. Click Advanced to expand additional settings and enable “Convert DevExpress assembly references to NuGet packages”.

      DevExpress Project Converter

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

      Convert DevExpress DLLs to NuGet Packages

      Click OK to proceed.

    4. 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.

    See Also