EF Classic 6.5.x support of Microsoft.Data.SqlClient

EF Classic 6.5.x support of Microsoft.Data.SqlClient

We recently got a new 6.5.x release of Entity Framework (Classic) that adds support for using Microsoft.Data.SqlClient instead of System.Data.SqlClient as the DB provider.

It would be great if we could get a simple support for that in EntityDeveloper, allowing us to set Provider="Microsoft.Data.SqlClient" in the EDML (-> SSDL) with the UI.