Thanks to visit codestin.com
Credit goes to github.com

Skip to content

React.Core 2.4.0 does not support framework .NETCoreApp,Version=v1.0. #278

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

Closed
m1m1m1 opened this issue Jun 7, 2016 · 3 comments
Closed

Comments

@m1m1m1
Copy link

m1m1m1 commented Jun 7, 2016

Hello
Did you ever have a error like this one:

The dependency JavaScriptEngineSwitcher.Core 1.5.0 does not support framework .NETCoreApp,Version=v1.0.
The dependency JavaScriptEngineSwitcher.Msie 1.5.0 does not support framework .NETCoreApp,Version=v1.0.
The dependency JavaScriptEngineSwitcher.V8 1.5.2 does not support framework .NETCoreApp,Version=v1.0.
The dependency JSPool 0.4.1 does not support framework .NETCoreApp,Version=v1.0.
The dependency MsieJavaScriptEngine 1.7.0 does not support framework .NETCoreApp,Version=v1.0.
The dependency React.Core 2.4.0 does not support framework .NETCoreApp,Version=v1.0.

I just added a nuget (Install-Package React.Core) to my empty web project and it stoped compiling.

Regards,
Marcin

@mvperez
Copy link

mvperez commented Jun 9, 2016

I think it's still not supporting ASP.NET Core 1. It supports though ASP.NET Core (.Net Framework) RC 2.

@Daniel15
Copy link
Member

Duplicate of #275. This is expected at the moment. There's currently no JavaScript engine that runs on .NET Core. You will need to switch to using the full .NET Framework ("net451" rather than "netcoreapp1.0" in your project.json). Hopefully someone can get Clearscript running on .NET Core at some point.

@Daniel15
Copy link
Member

I remember seeing a comment where someone mentioned they got VroomJs running on .NET Core. I haven't had time to test that out myself though, but that is definitely one option :)

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

3 participants