I have this sample code:
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata.Builders; using Models; namespace MySampleNamespace {
Installing Microsoft.EntityFrameworkCore.Relational is the correct solution, as Ivan says.
Microsoft.EntityFrameworkCore.Relational