You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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 :)
Hello
Did you ever have a error like this one:
I just added a nuget (Install-Package React.Core) to my empty web project and it stoped compiling.
Regards,
Marcin
The text was updated successfully, but these errors were encountered: