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

.Net Core 2.0 Support #592

Closed
joelsteventurner opened this issue Sep 11, 2017 · 1 comment
Closed

.Net Core 2.0 Support #592

joelsteventurner opened this issue Sep 11, 2017 · 1 comment

Comments

@joelsteventurner
Copy link

Am trying to invoke a .net core 2.0 assembly , which it self references a .Net Frame work assembly (not .net net core)

I am getting an exception along the lines of unable to load "netstandard.dll".

Is .net core 2.0 currently supported ? If not, any idea when it would be supported?

@agracio
Copy link
Collaborator

agracio commented Sep 18, 2017

Edge does not support any modern .NET Core framework that uses .csproj files instead of project.json.
You can try edge-js fork that supports all new .NET Core frameworks including 2.0. .NET Core support did introduce an issue agracio/edge-js#4, but it's not clear whether there will be any real life implications so try it out and see how well it works for you.

@agracio agracio closed this as completed Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants