I've been working on a project that's getting these warning messages after building
Found conflicts between different versions of the same dependent assembly that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed.
I've tried using AsmSpy to check which references are conflicting and set the build output to Diagnostic to verify, added bindingRedirect to app.config and those warning messages still aren't going away.
Need help, thanks.