Problem: Unable to resolve dependencies of NuGet packages

When you upgrade the site by installing Telerik.Sitefinity.All or Progress.Sitefinity.Headless NuGet package, Visual Studio throws the following error:

Unable to resolve dependencies. 'Progress.Sitefinity.Authentication 10.0.6421' is not compatible with 'Telerik.Sitefinity.Core 10.1.6523Unable to resolve dependency 'Telerik.Sitefinity.AmazonCloudSearch'. Source(s) used: 'Sitefinity NuGet Server', 'nuget.org', 'Microsoft Visual Studio Offline Packages.

The cause for this error is that NuGet cache conflicts with the build of the site.

Solution

To resolve the problem, perform the following:

  1. Clear the NuGet cache files. Perform the following:
    1. In Visual Studio, navigate to Tools » NuGet Package Manager » Package Manager Console.
    2. In the console that opens, run the following command:
      dotnet nuget locals global-packages --clear
  2. Confirm that the nuget.org (https://api.nuget.org/v3/index.json) and Sitefinity NuGet Server (https://nuget.sitefinity.com/nuget) are configured in Visual Studio.
    To do this, navigate to Tools » NuGet Package Manager » Package Manager Settings » Package Sources.
  3. Delete all packages from the packages folder, located in your project's folder.
  4. Reinstall the correct version of Telerik.Sitefinity.All or Progress.Sitefinity.Headless depending on your project.
  5. Restore and rebuild your project.
Want to learn more?
Enhance your Sitefinity skills by enrolling in free training sessions. Become Sitefinity certified through Progress Education Community to strengthen your professional credentials.
This Article Contains
New to Sitefinity?