Is your feature request related to a problem? Please describe.
Microsoft has announced that future development of their .NET SQL Server driver will be done in Microsoft.Data.SqlClient, released as a NuGet package for both .NET Core and .NET Framework. To keep with the latest developments, we need to use that instead of System.Data.SqlClient.
Describe the solution you'd like
This is mostly a find-and-replace of the namespace once the package is added.
Microsoft also maintains a NuGet package named System.Data.SqlClient, but all their publications promote Microsoft.Data.SqlClient.