There's no 'clean' way of doing it that I've found so far, but when implementing a bare AppDomain.CurrentDomain.AssemblyResolve
you're able to ignore the version numbers in the handler to achieve a similar result as assembly bindings (or can respect the numbers of the binding if you choose to implement that too).