Upon installing MySQL Connector Mono 7.0.7, I found the following DLLs:
Google.Protobuf.dll
MySql.Data.dll
MySql.Data.Entity.EF6.dll
MySQL.Data.EntityFrameworkCore.dll
MySql.Web.dll
I cannot add any of these to a Visual Studio project using the Add Reference operation because these DLLs are not applicable for .NET Core solutions.
I need a very, very simple connectivity test from a Windows 10 IoT core client application to MySQL running in other environments (e.g. Windows, Debian, etc.). I have no issues with the equivalent DLLs for .NET Framework clients.
The documentation states that RT is supported. Which DLL needs to be picked for this purpose. Thanks.
Google.Protobuf.dll
MySql.Data.dll
MySql.Data.Entity.EF6.dll
MySQL.Data.EntityFrameworkCore.dll
MySql.Web.dll
I cannot add any of these to a Visual Studio project using the Add Reference operation because these DLLs are not applicable for .NET Core solutions.
I need a very, very simple connectivity test from a Windows 10 IoT core client application to MySQL running in other environments (e.g. Windows, Debian, etc.). I have no issues with the equivalent DLLs for .NET Framework clients.
The documentation states that RT is supported. Which DLL needs to be picked for this purpose. Thanks.