Articles in this section
Category / Section

What is the best way to update all Syncfusion NuGet packages in my projects to a particular version at once?

This article explains how to update multiple Syncfusion NuGet packages to specific version across your projects in a single operation using Visual Studio or manual methods.

Option 1: Using NuGet Package Manager

  1. Right-click on the project in Visual Studio.
  2. Select Manage NuGet Packages.
  3. Navigate to the Update tab.
  4. Search for “Syncfusion” and select the packages you want to update.
  5. Choose the required version and click Update.
    Picture1.png

Option 2: Manual Update

For Framework Projects

  • Update the package version in the packages.config file using the Replace option.
  • Delete the bin, obj, and packages folders.
  • Rebuild the project to apply the updated package.

For .NET Core Projects

  • Update the package version directly in the .csproj file using the Replace option.
  • Delete the bin and obj folders.
  • Rebuild the project to ensure the update is applied.
Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied