aspnetcore-401030-rich-edit-upgrade-to-a-new-version.md
The RichEdit product is available as NuGet and npm packages. You should upgrade the package references after you install a newer version of DevExpress. To do this, follow the instructions below:
Use the Project Converter to update your project and NuGet packages.
Download and install the hotfix. You can find recent resources and packages locally after the hotfix is installed. Note that you do not need to update a NuGet package to use a hot fix.
"dependencies": {
"devextreme-dist": "25.2.6",
"devexpress-richedit": "25.2.6"
npm i [email protected]npm i [email protected]Execute the following command for a list of available tags: npm view devexpress-richedit
Recent resources and packages are located on your local machine after a DevExpress build is installed.
Use the resource files from the following directory instead of scripts and styles from the node_modules directory:
C:\Users\Public\Documents\DevExpress Demos 25.2\Components\ASP.NET\CS\AspNetCoreDemos.RichEdit\wwwroot\dx-aspnetcore-richedit
Switch to the following source (available as a NuGet feed in Visual Studio) to upgrade NuGet packages:
C:\Program Files\DevExpress 25.2\Components\System\Components\packages