Newbie question about installing to .NET Core 3.1 Project

I just tried installing FastReports to my .NET Core 3.1 MVC Project, in order to evaluate it against some requirements I have, and NuGet is throwing an error I don't know how to resolve:

Error NU1107 Version conflict detected for Microsoft.CodeAnalysis.Common. Install/reference Microsoft.CodeAnalysis.Common 3.8.0 directly to project [MyProjectName] to resolve this issue.


Why do I need to install/reference that Microsoft.CodeAnalysis.Common library directly?

Leave a Comment