Base solution for your next web application
Open Closed

Why is ProductVersion a lower version number when upgrading from v7.2.3 to v8.0.0? #8045


User avatar
0
timmackey created

EntityFrameworkCore/Migrations/ngMYAPPDbContextModelSnapshot.cs, ProductVersion has a lower version number than an earlier release. Is this intentional?

Version 7.2.3

            modelBuilder
                .HasAnnotation("ProductVersion", "2.2.6-servicing-10079")
                .HasAnnotation("Relational:MaxIdentifierLength", 128)
                .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);

Version 8.0.0

            modelBuilder
                .HasAnnotation("ProductVersion", "2.2.4-servicing-10062")
                .HasAnnotation("Relational:MaxIdentifierLength", 128)
                .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);

1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    This is just the version of the dotnet ef tool, it will not affect anything.