Which assembly for MySQL Connection for Universal App

Viewed 1074

I want to build a connection to a database using the MySQL Connector. I get a connection with the assembly MySql.Data.RT.dll but this was for Win RT. Is this also the right one for a Win 10 Universal app, or is it better to use one of the .NET 4.5 Framework:

enter image description here

My Question is:

Which assembly to choose for a Windows Universal App ?

2 Answers
Related