Update to MongoDB Driver 2.7.0, MongoDbGenericRepository 1.3.8.

This commit is contained in:
alexandre-spieser
2018-10-07 20:40:37 +01:00
parent 1114b6531d
commit c817c7db52
14 changed files with 87 additions and 87 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ namespace AspNetCore.Identity.MongoDbCore
/// <summary>
/// A navigation property for the roles the store contains.
/// </summary>
public virtual IMongoCollection<TRole> RolesCollection => Context.GetCollection<TRole, TKey>();
public virtual IMongoCollection<TRole> RolesCollection => Context.GetCollection<TRole>();
/// <summary>
/// Gets or sets the <see cref="IdentityErrorDescriber"/> for any error that occurred with the current operation.