diff --git a/src/Microsoft.AspNetCore.Identity.Specification.Tests/project.json b/src/Microsoft.AspNetCore.Identity.Specification.Tests/project.json index 9f07dafbff..63f3e75088 100644 --- a/src/Microsoft.AspNetCore.Identity.Specification.Tests/project.json +++ b/src/Microsoft.AspNetCore.Identity.Specification.Tests/project.json @@ -28,14 +28,14 @@ "version": "1.2.0-*", "type": "build" }, - "NETStandard.Library": "1.6.1-*", + "NETStandard.Library": "1.6.2-*", "xunit": "2.2.0-*" }, "frameworks": { "net451": {}, "netstandard1.3": { "dependencies": { - "System.Linq.Queryable": "4.3.0-*" + "System.Linq.Queryable": "4.4.0-*" } } }