We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: