From 6ca32e461f893a07791c5d57af33502b4c7f4f49 Mon Sep 17 00:00:00 2001 From: alexandre-spieser Date: Sun, 22 Oct 2017 00:47:27 +0000 Subject: [PATCH] update convention --- src/MongoConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MongoConfig.cs b/src/MongoConfig.cs index ad26b55..11b6a69 100644 --- a/src/MongoConfig.cs +++ b/src/MongoConfig.cs @@ -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)