I have this sample code:
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; using Models; namespace MySampleNamespace {
For net core 3.1, need to install these packages:
Microsoft.EntityFrameworkCore Microsoft.EntityFrameworkCore.Relational