You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following when upgrading from 11.0.6741:
Updating project 'SitefinityWebApp'
package 'Telerik.Sitefinity.All' version '13.3.7623'
upgrading from '11.0.6741' to '13.3.7623'
Update-Package : Unable to find a version of 'HtmlSanitizer' that is compatible with 'Progress.Sitefinity 13.3.7623
constraint: HtmlSanitizer (= 5.0.353)'.
The text was updated successfully, but these errors were encountered:
Hi, this is something that we've encountered and it seems related to the way nuget resolves packages. Can you try to move the nuget.sitefinity source to be the first in the nuget.config list
Changing the order of the package sources did not work for me. BTW I noticed that HtmlSanitizer 5.0.353 is not listed on nuget.org, but it is on nuget.sitefinity.com. I ended up creating a new, empty web project in the same solution and adding the correct version of the package to get it in my packages folder. Then I reran the upgrade command and was able to proceed past this issue.
I had a couple of projects like this, and had to add locks on a couple of the progress nuget libraries in packages.json to prevent it trying to upgrade things that don't match with the version.
Sitefinity Support keeps saying that going to latest is so easy, but when you want to move at a pace that's sustainable (especially if you don't have dedicated QA staff) That isn't always going to be an option.
Hi,
I'm getting the following when upgrading from 11.0.6741:
The text was updated successfully, but these errors were encountered: