Revert new project dependnecy.
This commit is contained in:
parent
097138e813
commit
60d892b529
|
|
@ -3,7 +3,6 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Security.Claims;
|
using System.Security.Claims;
|
||||||
using System.Security.Principal;
|
using System.Security.Principal;
|
||||||
using Microsoft.AspNet.HttpFeature.Security;
|
|
||||||
|
|
||||||
namespace Microsoft.AspNet.Abstractions.Security
|
namespace Microsoft.AspNet.Abstractions.Security
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using Microsoft.AspNet.HttpFeature.Security;
|
|
||||||
|
|
||||||
namespace Microsoft.AspNet.Abstractions.Security
|
namespace Microsoft.AspNet.Abstractions.Security
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@ using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Diagnostics.CodeAnalysis;
|
using System.Diagnostics.CodeAnalysis;
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using Microsoft.AspNet.HttpFeature.Security;
|
|
||||||
|
|
||||||
namespace Microsoft.AspNet.Abstractions.Security
|
namespace Microsoft.AspNet.Abstractions.Security
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "0.1-alpha-*",
|
"version": "0.1-alpha-*",
|
||||||
"dependencies": {
|
"dependencies": {},
|
||||||
"Microsoft.AspNet.HttpFeature": ""
|
|
||||||
},
|
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"net45": {},
|
"net45": {},
|
||||||
"k10": {
|
"k10": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue