ByronMayne / SourceGenerator.Foundations

A Source Generator for Source Generators. Gives out of the box support for transistent dependencies and logging right in Visual Studio
MIT License
31 stars 0 forks source link

Can I specify the Microsoft.CodeAnalysis.CSharp package version myself #16

Closed ljnober closed 4 months ago

ljnober commented 4 months ago

I use other packages depend on Microsoft. CodeAnalysis. CSharp 4.8.0 version.but the SourceGenerator.Foundations add the 4.3.1 to the .csproj file.

ByronMayne commented 4 months ago

I can remove the reference that is explicitly added. I only originally did it because I wanted it to be super simple to setup.