From de69da85fe88243655b05e9e28ee2389e166fb3a Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Wed, 22 Apr 2015 12:36:13 -0700 Subject: [PATCH] Fix dependencies. --- src/Microsoft.AspNet.Identity/project.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/src/Microsoft.AspNet.Identity/project.json b/src/Microsoft.AspNet.Identity/project.json index 677f29514f..2df6d0ae19 100644 --- a/src/Microsoft.AspNet.Identity/project.json +++ b/src/Microsoft.AspNet.Identity/project.json @@ -1,15 +1,10 @@ { "version": "3.0.0-*", "dependencies": { - "Microsoft.AspNet.Authentication" : "1.0.0-*", "Microsoft.AspNet.Authentication.Cookies": "1.0.0-*", "Microsoft.AspNet.Cryptography.KeyDerivation": "1.0.0-*", - "Microsoft.AspNet.Http" : "1.0.0-*", - "Microsoft.AspNet.Hosting.Interfaces" : "1.0.0-*", - "Microsoft.Framework.ConfigurationModel.Interfaces": "1.0.0-*", - "Microsoft.Framework.DependencyInjection.Interfaces" : "1.0.0-*", - "Microsoft.Framework.Logging.Interfaces": "1.0.0-*", - "Microsoft.Framework.OptionsModel": "1.0.0-*" + "Microsoft.AspNet.DataProtection": "1.0.0-*", + "Microsoft.AspNet.Hosting.Interfaces" : "1.0.0-*" }, "frameworks": { "dnx451": {}, @@ -21,22 +16,16 @@ "System.Diagnostics.Tools": "4.0.0-beta-*", "System.Globalization": "4.0.10-beta-*", "System.Globalization.Extensions": "4.0.0-beta-*", - "System.Linq": "4.0.0-beta-*", "System.Linq.Expressions": "4.0.10-beta-*", "System.Linq.Queryable": "4.0.0-beta-*", "System.Net.Primitives": "4.0.10-beta-*", "System.Reflection": "4.0.10-beta-*", - "System.Reflection.Extensions": "4.0.0-beta-*", "System.Resources.ResourceManager": "4.0.0-beta-*", "System.Runtime": "4.0.20-beta-*", - "System.Runtime.Extensions": "4.0.10-beta-*", "System.Security.Claims": "4.0.0-beta-*", "System.Security.Cryptography.Hashing": "4.0.0-beta-*", - "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*", - "System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*", "System.Security.Principal": "4.0.0-beta-*", "System.Text.Encoding": "4.0.10-beta-*", - "System.Text.Encoding.Extensions": "4.0.10-beta-*", "System.Text.RegularExpressions": "4.0.10-beta-*", "System.Threading.Tasks": "4.0.10-beta-*" }