CSharpRepl
CSharpRepl copied to clipboard
Resolving of incorrect runtime version of referenced assembly
Version
last
What happened?
This is the same problem as in #58 (already solved) but there it was while referencing nuget.
There is still this problem while referencing directly DLL which is referencing e.g. System.Management.
Steps to reproduce:
- Build a library that references System.Management nuget.
- From CSharpRepl reference output DLL of the mentioned library.
- Wrong version of System.Management is loaded.