update convention
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ namespace AspNetCore.Identity.MongoDbCore
|
||||
new CamelCaseElementNameConvention(),
|
||||
};
|
||||
|
||||
ConventionRegistry.Register("AspNetCore.Identity.MongoDB", pack, IsConventionApplicable);
|
||||
ConventionRegistry.Register("AspNetCore.Identity.MongoDbCore", pack, IsConventionApplicable);
|
||||
}
|
||||
|
||||
private static bool IsConventionApplicable(Type type)
|
||||
|
||||
Reference in New Issue
Block a user