Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module loading do not respect target frameworks in package #2256

Open
patriksvensson opened this issue Aug 28, 2018 · 0 comments
Open

Module loading do not respect target frameworks in package #2256

patriksvensson opened this issue Aug 28, 2018 · 0 comments

Comments

@patriksvensson
Copy link
Member

As it is now, we will load every assembly found in the Modules directory. This will work as long as the module package only contains assemblies for a single target framework, but as soon as a module package targets more than one framework things will break.

When loading modules, the target framework monikers that are part of the package (net462, netstandard2.0 etc) path should be respected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants