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

Unable to use Nuget package. #29

Closed
dargavin opened this issue Apr 7, 2021 · 1 comment
Closed

Unable to use Nuget package. #29

dargavin opened this issue Apr 7, 2021 · 1 comment

Comments

@dargavin
Copy link

dargavin commented Apr 7, 2021

Happens both in projects using either ,net core 3.1 or .Net 5

Severity Code Description Project File Line Suppression State
Error NU1107 Version conflict detected for Microsoft.CodeAnalysis.Common. Install/reference Microsoft.CodeAnalysis.Common 3.6.0 directly to project OHADST.Compass.Management to resolve this issue.
OHADST.Compass.Management -> ReportViewerCore.NETCore 15.1.11 -> Microsoft.CodeAnalysis.VisualBasic 3.6.0 -> Microsoft.CodeAnalysis.Common (= 3.6.0)
OHADST.Compass.Management -> Microsoft.VisualStudio.Web.CodeGeneration.Design 3.1.3 -> Microsoft.VisualStudio.Web.CodeGenerators.Mvc 3.1.3 -> Microsoft.VisualStudio.Web.CodeGeneration 3.1.3 -> Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore 3.1.3 -> Microsoft.VisualStudio.Web.CodeGeneration.Core 3.1.3 -> Microsoft.VisualStudio.Web.CodeGeneration.Templating 3.1.3 -> Microsoft.CodeAnalysis.CSharp 3.3.1 -> Microsoft.CodeAnalysis.Common (= 3.3.1). OHADST.Compass.Management D:\Dev\Visual Studio 2019\CompassManagement\OHADST.Compass.Management\OHADST.Compass.Management.csproj 1

@lkosson
Copy link
Owner

lkosson commented Apr 8, 2021

Try explicily referencing Microsoft.CodeAnalysis.Common 3.6.0 nuget package in your project.

@lkosson lkosson closed this as completed Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants