How to update Syncfusion manual references to Syncfusion NuGet Packages in your application?
Follow the steps to update the Syncfusion® manual references to Syncfusion® NuGet packages in the application.
- Remove existing Syncfusion assemblies from the application.
- For Web Applications, remove existing Syncfusion® related Scripts, CSS and web.config references from the application.
- Configure and install the required Syncfusion® NuGet packages. You can get more information about NuGet configuration and installation in the following user guide link,
https://help.syncfusion.com/extension/syncfusion-nuget-packages/nuget-packages
- Once installed the required Syncfusion® NuGet packages, the required assemblies/packages (package references) will be added in the application.
- For web applications, once the required Syncfusion® NuGet packages are installed, the necessary assemblies and assets (such as scripts and CSS files, if applicable) will be automatically added to the project. After installation, make sure to update the script and CSS reference paths in your master page (_Layout.html or Site.master) or in the specific view pages where they are used.