Revert new project dependnecy.

This commit is contained in:
Chris Ross 2014-03-31 11:28:27 -07:00
parent 097138e813
commit 60d892b529
4 changed files with 1 additions and 6 deletions

View File

@ -3,7 +3,6 @@
using System;
using System.Security.Claims;
using System.Security.Principal;
using Microsoft.AspNet.HttpFeature.Security;
namespace Microsoft.AspNet.Abstractions.Security
{

View File

@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using System.Globalization;
using Microsoft.AspNet.HttpFeature.Security;
namespace Microsoft.AspNet.Abstractions.Security
{

View File

@ -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
{

View File

@ -1,8 +1,6 @@
{
"version": "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.HttpFeature": ""
},
"dependencies": {},
"configurations": {
"net45": {},
"k10": {