How do I update Nuget packages that I don't even reference? LinqPad warning me
Options
Just noticed the following message in the Output pane...
Warning: LINQPad has identified the following vulnerabilities in NuGet package Newtonsoft.Json 13.0.1:
Level 2 (High): https://github.com/advisories/GHSA-5crp-9r3c-p9vr
Try updating NuGet packages to latest. You can suppress this warning in Edit | Preferences > Advanced > Execution.
However, I don't use that package anywhere. Not in the current query and not in My Extensions.
I opened the LinqPad package manager, but it doesn't show the package as being referenced.
Thanks
Comments
-
Press F4 (Query Properties), and on the Advanced tab, click Show Assembly Resolution Log. The output will include a reverse package dependency graph, which will indicate its origin.
-
Thanks, that was what I needed