I am trying to implement my Alternet component in my code base, the problem is, when building my own project, which runs the newest Microsoft.CodeAnalysis.Common. I am presented with a build error saying that Alternet.Studio.Syntax.Parsers.Roslyn is importing these versions:
Microsoft.CodeAnalysis.CSharp.Features 4.10.0 requires Microsoft.CodeAnalysis.Common 4.10.0
Microsoft.CodeAnalysis.Features.4.10.0 requires Microsoft.CodeAnalysis.Common 4.10.0
Microsoft.CodeAnalysis.Scripting.Common 4.10.0 requires Microsoft.CodeAnalysis.Common 4.10.0
When my own code base makes use of CodeAnalysis.Common 4.11.0.
Is this something you can update on your end perhaps?