OmniSharp/omnisharp-roslyn

Omnisharp.Abstractions referenced in our project : NuGet.Versioning version problem

fbregeon opened this issue · 0 comments

Hello,
We are using Omnisharp 1.38.2 in our project (.Net 6.0).
To call omnisharp in our project, then we have added package Omnisharp.Abstractions.

It's working find but, the version of dependency NuGet.Versioning cause a problem with a SolutionParser.

System.IO.FileLoadException : Could not load file or assembly 'NuGet.Versioning, Version=6.0.2.3 ...".

I think that there are conflict.

If NuGet.Versioning is used only in development,

maybe the dependency NuGet.Versioning is not defined as development dependency?

https://docs.microsoft.com/fr-fr/nuget/reference/nuspec#developmentdependency

Available if you need more information.

Best regards.