// using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Infrastructure; namespace RomRepoMgr.Database.Migrations { [DbContext(typeof(Context))] internal class ContextModelSnapshot : ModelSnapshot { protected override void BuildModel(ModelBuilder modelBuilder) { #pragma warning disable 612, 618 modelBuilder.HasAnnotation("ProductVersion", "3.1.7"); #pragma warning restore 612, 618 } } }