DBContextOptionsBuilder does not contain a definition for ‘UseSqlServer’
Attempting to use the correct NuGet packages for your code in .Net Core can be challenging. In this instance there is no project.json error and yet this one property is missing: This will happen when your EF database project contains at least these two NuGet packages: “dependencies”: { “Microsoft.EntityFrameworkCore”: “1.1.1”, “NETStandard.Library”: “1.6.1” … Read moreDBContextOptionsBuilder does not contain a definition for ‘UseSqlServer’