sboulema / NuGetMonitor

A Visual Studio extension that checks and notifies about available updates for the installed NuGet packages for the open solution.
MIT License
16 stars 1 forks source link

Does not include package references from imported items #2

Closed tom-englert closed 1 year ago

tom-englert commented 1 year ago

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.

sboulema commented 1 year ago

Sigh always a million different ways to do something in dotnet :p

Fix looks very good! Would definitely merge as a PR :)