From 7d2855cecbe262e0d344c6a7b5edc154964c372f Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Mon, 10 Mar 2014 15:05:50 -0700 Subject: [PATCH] Cleanup required packages for K --- src/Microsoft.AspNet.Identity/project.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/Microsoft.AspNet.Identity/project.json b/src/Microsoft.AspNet.Identity/project.json index 662afb86e8..317a386842 100644 --- a/src/Microsoft.AspNet.Identity/project.json +++ b/src/Microsoft.AspNet.Identity/project.json @@ -1,5 +1,5 @@ { - "version" : "0.1-alpha-*", + "version": "0.1-alpha-*", "dependencies": { "Microsoft.AspNet.DependencyInjection" : "0.1-alpha-*", "System.Security.Claims" : "0.1-alpha-*", @@ -15,19 +15,17 @@ "k10": { "dependencies": { "System.Collections": "4.0.0.0", - "System.Collections.Concurrent": "4.0.0.0", "System.ComponentModel": "4.0.0.0", - "System.Console": "4.0.0.0", - "System.Diagnostics.Debug": "4.0.10.0", + "System.Diagnostics.Tools": "4.0.0.0", "System.Globalization": "4.0.10.0", "System.Linq": "4.0.0.0", "System.Linq.Expressions": "4.0.0.0", "System.Reflection": "4.0.10.0", - "System.Reflection.Extensions": "4.0.0.0", "System.Resources.ResourceManager": "4.0.0.0", "System.Runtime": "4.0.20.0", "System.Runtime.Extensions": "4.0.10.0", - "System.Threading": "4.0.0.0", + "System.Security.Principal": "4.0.0.0", + "System.Text.Encoding": "4.0.10.0", "System.Threading.Tasks": "4.0.0.0" } }