diff --git a/src/AspNetCore.Identity.MongoDB/project.json b/src/AspNetCore.Identity.MongoDB/project.json index ebb524b..dd5fca0 100644 --- a/src/AspNetCore.Identity.MongoDB/project.json +++ b/src/AspNetCore.Identity.MongoDB/project.json @@ -12,11 +12,11 @@ "dependencies": { "Microsoft.AspNetCore.Identity": "1.0.0", "Microsoft.Extensions.Logging.Abstractions": "1.0.0", - "MongoDB.Driver": "2.3.0-rc1" + "MongoDB.Driver": "2.3.0" }, "frameworks": { "netstandard1.5": { "imports": "dnxcore50" } } -} \ No newline at end of file +}