Hi
I am tring to install MySql.Data 7.0.4-IR19 on a new project in Visual studio
The project is a Asp.net core web application (.Net Core)
I got this error
error: Package MySql.Data 7.0.4-IR19 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package MySql.Data 7.0.4-IR19 supports: net451 (.NETFramework,Version=v4.5.1)
I understood that MySql.Data 7.0.4-IR19 should be compatible with .net core
Thank you
I am tring to install MySql.Data 7.0.4-IR19 on a new project in Visual studio
The project is a Asp.net core web application (.Net Core)
I got this error
error: Package MySql.Data 7.0.4-IR19 is not compatible with netcoreapp1.0 (.NETCoreApp,Version=v1.0). Package MySql.Data 7.0.4-IR19 supports: net451 (.NETFramework,Version=v4.5.1)
I understood that MySql.Data 7.0.4-IR19 should be compatible with .net core
Thank you