PackageReference error for Alternet.Studio.Syntax.Parsers.Roslyn

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?

Hi,

We will be releasing another minor update for version 9.5 within the next few days, which will be using verson 4.11 of Microft.CodeAnalysis .

I will let you know once it’s done.

Kind regards,
Dmitry

It works now, thank you! :slight_smile:

1 Like