Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency conflict running v10 on Umbraco 11 #89

Closed
philipdanielhayton opened this issue Jan 22, 2024 · 1 comment
Closed

Dependency conflict running v10 on Umbraco 11 #89

philipdanielhayton opened this issue Jan 22, 2024 · 1 comment

Comments

@philipdanielhayton
Copy link

philipdanielhayton commented Jan 22, 2024

We have a site that is running v11 of Umbraco and want to use UI Builder. Unfortunately there's a dependency conflict when using UIBuilder v10 in relation to the 'Microsoft.AspNetCore.Components.Web'.

UI Builder requires Microsoft.AspNetCore.Components.Web to be < 7.0.0, but one of our other dependencies requires >= 7.0.0.

Since Umbraco 11 is on .NET 7.0 it seems reasonable to have Microsoft.AspNetCore.Components.Web 7.0.0 as a baseline.

Is there anyway to add support for this scenario?


This item has been added to our backlog AB#37140

@acoumb
Copy link

acoumb commented Feb 20, 2024

Hi @philipdanielhayton ,

The version for Microsoft.AspNetCore.Components.Web has been updated with today's patch releases.

Given Umbraco 11 is EOL, I would strongly recommend you upgrading to version 13.

Regards,
Adrian

@acoumb acoumb closed this as completed Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants