From 60d892b5290be5c9ddffce2302b5eaeb9969c86e Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Mon, 31 Mar 2014 11:28:27 -0700 Subject: [PATCH] Revert new project dependnecy. --- .../Security/AuthenticateResult.cs | 1 - .../Security/AuthenticationDescription.cs | 1 - .../Security/AuthenticationProperties.cs | 1 - src/Microsoft.AspNet.Abstractions/project.json | 4 +--- 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Microsoft.AspNet.Abstractions/Security/AuthenticateResult.cs b/src/Microsoft.AspNet.Abstractions/Security/AuthenticateResult.cs index 2584f395fa..2fdc1ae241 100644 --- a/src/Microsoft.AspNet.Abstractions/Security/AuthenticateResult.cs +++ b/src/Microsoft.AspNet.Abstractions/Security/AuthenticateResult.cs @@ -3,7 +3,6 @@ using System; using System.Security.Claims; using System.Security.Principal; -using Microsoft.AspNet.HttpFeature.Security; namespace Microsoft.AspNet.Abstractions.Security { diff --git a/src/Microsoft.AspNet.Abstractions/Security/AuthenticationDescription.cs b/src/Microsoft.AspNet.Abstractions/Security/AuthenticationDescription.cs index de627373a5..3c6f9a7994 100644 --- a/src/Microsoft.AspNet.Abstractions/Security/AuthenticationDescription.cs +++ b/src/Microsoft.AspNet.Abstractions/Security/AuthenticationDescription.cs @@ -3,7 +3,6 @@ using System; using System.Collections.Generic; using System.Globalization; -using Microsoft.AspNet.HttpFeature.Security; namespace Microsoft.AspNet.Abstractions.Security { diff --git a/src/Microsoft.AspNet.Abstractions/Security/AuthenticationProperties.cs b/src/Microsoft.AspNet.Abstractions/Security/AuthenticationProperties.cs index 9d03d42c92..d38722cec1 100644 --- a/src/Microsoft.AspNet.Abstractions/Security/AuthenticationProperties.cs +++ b/src/Microsoft.AspNet.Abstractions/Security/AuthenticationProperties.cs @@ -4,7 +4,6 @@ using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; using System.Globalization; -using Microsoft.AspNet.HttpFeature.Security; namespace Microsoft.AspNet.Abstractions.Security { diff --git a/src/Microsoft.AspNet.Abstractions/project.json b/src/Microsoft.AspNet.Abstractions/project.json index 4b9c817d53..40f2abd874 100644 --- a/src/Microsoft.AspNet.Abstractions/project.json +++ b/src/Microsoft.AspNet.Abstractions/project.json @@ -1,8 +1,6 @@ { "version": "0.1-alpha-*", - "dependencies": { - "Microsoft.AspNet.HttpFeature": "" - }, + "dependencies": {}, "configurations": { "net45": {}, "k10": {