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

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

Closed
fbregeon opened this issue Jun 20, 2022 · 0 comments · Fixed by #2414
Closed

Comments

@fbregeon
Copy link

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.

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

Successfully merging a pull request may close this issue.

1 participant