1

I keep getting a error in my .net core app. My .net core app does not reference Entity Framework but a 4.6 dll that it references does.

The specified invariant name 'System.Data.SqlClient' wasn't found in the list of registered .NET Data Providers.'

How do I add this data provider to the list in a .net core app ?

Micah Armantrout
  • 6,781
  • 4
  • 40
  • 66
  • Possible duplicate: [How to use SqlClient in ASP.NET Core?](https://stackoverflow.com/questions/35444487/how-to-use-sqlclient-in-asp-net-core) – Tân Nov 16 '18 at 05:22
  • Sorry this above post is dealing with 1.0 sounds like alot changed in 1.1 on the project.json file being deprecated – Micah Armantrout Nov 16 '18 at 21:00

0 Answers0