diff --git a/src/Microsoft.AspNet.Identity.InMemory/project.json b/src/Microsoft.AspNet.Identity.InMemory/project.json index 78ef9a2d65..1927908a1d 100644 --- a/src/Microsoft.AspNet.Identity.InMemory/project.json +++ b/src/Microsoft.AspNet.Identity.InMemory/project.json @@ -1,17 +1,11 @@ { "version" : "0.1-alpha-*", "dependencies": { - "System.Collections.Immutable" : "1.1.15.0", "Microsoft.AspNet.Identity" : "0.1-alpha-*", "System.Security.Claims" : "0.1-alpha-*" }, "configurations": { - "net45": { - "dependencies": { - "System.Runtime" : "", - "System.Collections" : "" - } - }, + "net45": {}, "k10": {} } } \ No newline at end of file diff --git a/src/Microsoft.AspNet.Identity/project.json b/src/Microsoft.AspNet.Identity/project.json index 6cd61a6607..1c1f0c09df 100644 --- a/src/Microsoft.AspNet.Identity/project.json +++ b/src/Microsoft.AspNet.Identity/project.json @@ -5,12 +5,7 @@ "System.Security.Claims" : "0.1-alpha-*" }, "configurations": { - "net45": { - "dependencies": { - "System.Runtime" : "", - "System.Collections" : "" - } - }, + "net45": {}, "k10": {} } } \ No newline at end of file