I’m migrating some projects from legacy to Windows and have encountered many dependency conflicts. I’ve been able to resolve these issues using the NuGet Package Explorer or by creating duplicate packages with .NET 6.0 support from the scratch . Most of the conflicts involved activities, but I discovered a new dependency that doesn’t contain any activities: MultiCaptchaSolver.
I suspect this package might be used directly in VB, but I’m unsure how to identify the syntax or references for it throughout the project
My primary goal is to find any references to this package and, if it’s not in use, remove it to resolve conflicts. If there are references or use cases, I can explore alternatives or modify the original package.