When trying to add the FastReport package to the project
the following error is reported:
Severity Code Description Project File Line Suppression State
Error NU1107 Version conflict detected for Microsoft.CodeAnalysis.Common.
Install/reference Microsoft.CodeAnalysis.Common 4.0.0 directly to project Web.MVC to resolve this issue.
Web.MVC -> Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation 6.0.7 -> Microsoft.CodeAnalysis.Razor 6.0.7 -> Microsoft.CodeAnalysis.Common (>= 4.0.0)
Web.MVC -> FastReport.OpenSource 2023.3.13 -> FastReport.Compat 2023.3.1 -> Microsoft.CodeAnalysis.VisualBasic 3.3.1 -> Microsoft.CodeAnalysis.Common (= 3.3.1).
Web.MVC C:\Projetos\ERP\ERP-Desenvolvimento-branch-Relatorios-Testes-MPMarchette\Web.MVC\Web.MVC.csproj 1
Package Version: 2023.3.13
Project create in Net6
OS: Window 10
How to solve?