Open
Description
Note: I have removed AutoGenerateBindingRedirects
from my project file on purpose.
- Install VS2017.3 and/or the standalone msi
- build my repro: https://github.com/0x53A/net-quote-standard-paket-redirects
- check the app.config:
<dependentAssembly>
<Paket>True</Paket>
<assemblyIdentity name="System.Threading.Thread" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-65535.65535.65535.65535" newVersion="4.0.1.0" />
</dependentAssembly>
where does 4.0.2.0 come from?
- check the build log
This means it is no longer possible to deduce what version will land in the build output by analyzing just target-framework + set of packages.