merken / Prise

A .NET Plugin Framework.
https://merken.github.io/Prise
MIT License
361 stars 39 forks source link

Fix loading an older version of a runtime assembly #39

Closed merken closed 3 years ago

merken commented 3 years ago

When multiple runtimes are installed on the Host: 2.1.811 3.1.404 5.0.100

And the host is configured to run as 3.1 application, then loading the System.Runtime 5.0.0 fails. Expected behaviour: when the host is operating using the 3.1 runtime, the 3.1 runtime assemblies must be loaded, even though 5.0 assemblies are available on the host.

merken commented 3 years ago

Duplicate of #40