Closed leekelleher closed 2 years ago
Related, @nathanwoulfe's blog post about his Umbraco 10 release of Plumber, and the complexities of maintaining a package that supports Umbraco 8, 9 and 10. https://nathanw.com.au/post/a-year-ending-plumber-release/
Given that Umbraco 10 has been released for 2 months and no one has complained to me about Umbraco 9 support on .NET 6.0, (apart from one 😕 emoji on original description above - I'm unsure what that means - feel free to reach out), I'm going to close off this ticket.
I'm happy to re-open if anyone has workable suggestions, but as they say "a rolling stone gathers no moss".
Which Contentment version are you using?
v4.x
Which Umbraco version are you using? For example: 8.14.1 - don't just write v8
9.5.0
Bug summary
When running Umbraco v9 on .NET 6.0 and try to install Contentment v4.x, I receive the following error...
The reason for this is due to the NuGet Package Manager attempts to resolve the package dependency by .NET target framework first. With Contentment v4, the target for .NET 6.0 has minimum dependency on Umbraco v10. So it is unable to resolve the dependency and install the package.
Steps to reproduce
NU1107: Version conflict detected
error (as outlined above).Expected result / actual result
I'd expect to run the
Install-Package Our.Umbraco.Community.Contentment
command and for it to "just work".Current workarounds are to either...
Do you have Umbraco ModelsBuilder enabled?
What browsers are you seeing the problem on?
No response