I have a Nuget package which is using an outdated patch version of a native library.
Is there a way to make my application use/install a newer DLL instead?
I tried replacing the DLL inside the Runtimes/
folder, but it seems to always revert back to the nuget package dll whenever I build.