-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Description
Description
Please this package need to be upgraded too. it is still in release candidate and is blocking a project MVC created in .Net 7 to be upgraded to .Net 8
https://www.nuget.org/packages/Microsoft.VisualStudio.Web.CodeGeneration.Design/
`
Error NU1107 Version conflict detected for Microsoft.CodeAnalysis.Common. Install/reference Microsoft.CodeAnalysis.Common 4.5.0 directly to project Project.Web.MVC to resolve this issue.
Project.Web.MVC -> Project.Infra.Data -> Microsoft.EntityFrameworkCore.Design 8.0.0 -> Microsoft.CodeAnalysis.CSharp.Workspaces 4.5.0 -> Microsoft.CodeAnalysis.Common (= 4.5.0)
Project.Web.MVC -> Microsoft.VisualStudio.Web.CodeGeneration.Design 7.0.11 > Microsoft.DotNet.Scaffolding.Shared 7.0.11 -> Microsoft.CodeAnalysis.CSharp.Features 4.4.0 -> Microsoft.CodeAnalysis.Common (= 4.4.0)
`
No workarounds.
The solution suggested in the error message didn't work
Configuration
.Net 8.0.0
Regression?
Works if rollback all projects to .Net 7
Other information
No workarounds.
The solution suggested in the error message didn't work