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
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;
Package React.AspNet 2.4.0 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package React.AspNet 2.4.0 supports: net451 (.NETFramework,Version=v4.5.1)
One or more packages are incompatible with .NETCoreApp,Version=v1.0.