How to choose when dependencies clash

The dependency referenced is different from the one used, but I would like to choose the one that came in the package. There isn’t an obvious opoiton, so how do I choose between them?
image

Indeed that’s still not optimal. A workaround is to open the vl file with a text editor and replacing that “Lib/System.Memory.dll” relative path with the simple assembly name “System.Memory.dll” in the PlatformDependency element. It’s then up to the system to lookup that assembly and it will take the one shipped with VL itself and the warning should be gone.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.