Closed tom-englert closed 1 year ago
If there are shared package reference, e.g. in Directory.Build.Props, those are not evaluated.
Directory.Build.Props
It should rather use MSBuild to evaluate the project, not parsing the project file as XML.
Sigh always a million different ways to do something in dotnet :p
Fix looks very good! Would definitely merge as a PR :)
If there are shared package reference, e.g. in
Directory.Build.Props
, those are not evaluated.It should rather use MSBuild to evaluate the project, not parsing the project file as XML.