Description
When referencing the latest release of 1.50.7 and using another NuGet package (Hangfire) in this case that references an older version of Dapper (1.50.1.0) I get an assembly load error about the "assembly's manifest definition does not match the assembly reference." Using 1.50.5 does not have this problem.
Looking at the commits between 1.50.5 and 1.50.7 I see a version.json file (which I assume AppVeyor uses) was added in this commit: e16c699#diff-3ef5e0d96a4566e6853165551eb193b0 and the assembly version was specified as 1.50.0.0. I was wondering if 1.50.1.0 had been a previously released assembly version but then the version got bumped down with this new file and thus the possible mismatch which is making the loader fail. I am not using the strong named version of Dapper.