I have a problem whereby some where in my migration, an external library (NodaTime.Serialization.ServiceStackText) method requires the old version of NodaTime to run but my current assembly is using the latest version of NodaTime. I learned that a Class Library (FluentMigrator) does not load app.config where all the bindingRedirects are specified and therefore my migrations can't run successfully.
How should i solve this? Any suggestions will be appreciated! Thanks in advance.