Søren Mastrup
04/19/2023, 8:59 AMdotnet new umbracopackage
.
The package is targeted for 10.4.1 and onwards, but when trying to install it, I get
Severity Code Description Project File Line Suppression State
Error NU1107 Version conflict detected for Lucene.Net. Install/reference Lucene.Net 4.8.0-beta00016 directly to project Umbraco10 to resolve this issue.
Umbraco10 -> Umbraco.Cms 10.4.1 -> Umbraco.Cms.Web.Website 10.4.1 -> Umbraco.Cms.Web.Common 10.4.1 -> Umbraco.Cms.Examine.Lucene 10.4.1 -> Examine 3.0.1 -> Examine.Lucene 3.0.1 -> Lucene.Net.QueryParser 4.8.0-beta00016 -> Lucene.Net.Sandbox 4.8.0-beta00016 -> Lucene.Net (>= 4.8.0-beta00016)
Umbraco10 -> Custom
.MultinodeTreePicker 1.0.0 -> UmbracoCms.Core 7.6.3 -> Lucene.Net (>= 2.9.4.1 && < 3.0.0). Umbraco10 C:\VS-Projects\Umbraco10\Umbraco10\Umbraco10.csproj 1
The project I am trying to install it into was created with dotnet new umbraco
.
Any ideas about why I am asked to install Lucene?