+1 - we've mentioned this on the IA podcast a few times in the past - compile against the lower bound, run against the upper bound.
How to express that however.... On 30/09/2012, at 5:31 AM, Stephen Connolly <[email protected]> wrote: > In general at build time you want the lowest version in the range (assuming > the api is versions correctly) to ensure you are compatible with the > smallest set of api method signatures.
