EntityFrameworkCore nuget packages confusion in Asp.net Core
I'm trying to create a web application / api using the dot net core. for the database I choose Microsoft SqlServer, and EntityFrameworkCore as ORM in previous versions like Asp.Net MVC 5 i used like this: Install-Package EntityFramework and i…