We've got a site that was previously on UmbracoCMS and UmbracoCMS.Core 7.14.0 and have updated it to 7.15.10 successfully. When going to update to 7.15.11, I'm getting the message 'Unable to resolve dependency 'Lucene.Net.QueryParser'. As far as I can see, we have no direct dependency on this package. Other people seem to have had issues with System.Collections.Immutable and System.Text.Encoding.CodePages being too high a version, and downgrading these resolved their issues. Our Immutable package is on 1.7.1 and we don't have CodePages installed. We're also on Lucene.Net version 2.9.4.1.
Has anyone had anything similar?