2 references to Version2
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
IdentityUserContext.cs (1)
136
if (schemaVersion >= IdentitySchemaVersions.
Version2
)
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
VersionTwoSchemaTest.cs (1)
29
o.Stores.SchemaVersion = IdentitySchemaVersions.
Version2
;