I have an ASP.NET MVC Core
RC2 project to which I want to add Syncfusion Grid. I followed the steps described in this page under the
"Deploying the ASP.NET MVC 6 Sample" section: http://help.syncfusion.com/aspnetmvc/getting-started#mvc-6-application
When I add the SyncFusion.EJ and SyncFusion.EJ.MVC packages, I am getting the following compilation errors:
The dependency Syncfusion.EJ >= 14.1600.0.46-rc1-final could not be resolved.
The dependency Syncfusion.EJ.MVC >= 14.1600.0.46-rc1-final could not be resolved.
The project.json entries for the packages that I tried to use are the following:
"Syncfusion.EJ": "14.1600.0.46-rc1-final",
"Syncfusion.EJ.MVC": "14.1600.0.46-rc1-final"
Uploading the sample project for your reference. Is an rc2 MVC version of SyncFusion available? How can I fix the compilation errors?
Thanks!
Attachment:
SyncFusion_7ca76cef.zip