Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I'm trying to update Nuget packages such as Newtonsoft and Lucene.Net but I'm getting an error saying its not compatible with 7.11.0:
Unable to resolve dependencies. 'Lucene.Net 3.0.3' is not compatible with 'UmbracoCms.Core 7.11.0 constraint: Lucene.Net (>= 2.9.4.1 && < 3.0.0)'.
Is there a way around the issue?
Thanks in advance
Your version of Lucene must be 2.9.4.1. I don't think you can upgrade it.
Is that the same of NewtonSoft.Json v11.0.2?
Yeah, Umbraco stops these packages upgrading past a certain version because it has dependencies on these packages.
If you upgrade a package there's a chance you change how it functions, so it might break Umbraco.
I think 10.0.3 is the latest version of NewtonSoft.Json you can upgrade to.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Cannot update NuGet packages in Umbraco solution
Hi,
I'm trying to update Nuget packages such as Newtonsoft and Lucene.Net but I'm getting an error saying its not compatible with 7.11.0:
Is there a way around the issue?
Thanks in advance
Your version of Lucene must be 2.9.4.1. I don't think you can upgrade it.
Is that the same of NewtonSoft.Json v11.0.2?
Yeah, Umbraco stops these packages upgrading past a certain version because it has dependencies on these packages.
If you upgrade a package there's a chance you change how it functions, so it might break Umbraco.
I think 10.0.3 is the latest version of NewtonSoft.Json you can upgrade to.
is working on a reply...