-
Notifications
You must be signed in to change notification settings - Fork 926
React.AspNet 2.4.0 is not compatible with netcoreapp1.0 #275
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
Comments
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. |
Note - by adding "net451" to the framework imports I was able to make it work. "frameworks": { BTW, we were writing these at the same time. Thanks for the amazingly quick response. Note - I think we may have just made a record for the fastest opened/closed issue on github. :-) |
I updated VroomJs to support .NET Core. |
When loading the package via Nuget for an ASP.NET core RC2 project as per the quickstart;
Install-Package React.AspNet
The result is an incompatibility notice in the project.json file;
At this point it won't run.
The text was updated successfully, but these errors were encountered: