You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were requiring version 4.14.0 of Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.Analyzers, which brings a dependency on a newer compiler than we actually need.
This change lowers those requirements.
0 commit comments