Handle HttpFeature rename

This commit is contained in:
Stephen Halter 2015-01-18 20:59:49 -08:00
parent 8385a3c3fc
commit 65adcffb92
10 changed files with 11 additions and 11 deletions

View File

@ -26,7 +26,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNet.HttpFeature.Security;
using Microsoft.AspNet.Http.Interfaces.Security;
using Microsoft.Net.Http.Server;
namespace Microsoft.AspNet.Server.WebListener

View File

@ -26,8 +26,8 @@ using System.Security.Principal;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.HttpFeature;
using Microsoft.AspNet.HttpFeature.Security;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http.Interfaces.Security;
using Microsoft.Net.Http.Server;
using Microsoft.Net.WebSockets;

View File

@ -4,7 +4,7 @@
"dependencies": {
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.AspNet.HttpFeature": { "version": "1.0.0-*", "type": "build" },
"Microsoft.AspNet.Http.Interfaces": { "version": "1.0.0-*", "type": "build" },
"Microsoft.Framework.ConfigurationModel": "1.0.0-*",
"Microsoft.Framework.Logging": "1.0.0-*",
"Microsoft.Net.Http.Server": "1.0.0-*",

View File

@ -23,7 +23,7 @@ using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http.Core;
using Microsoft.AspNet.HttpFeature;
using Microsoft.AspNet.Http.Interfaces;
using Xunit;
namespace Microsoft.AspNet.Server.WebListener

View File

@ -25,7 +25,7 @@ using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Core;
using Microsoft.AspNet.HttpFeature;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Testing.xunit;
using Xunit;

View File

@ -22,7 +22,7 @@ using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http.Core;
using Microsoft.AspNet.HttpFeature;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.Net.Http.Server;
using Xunit;

View File

@ -22,7 +22,7 @@ using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http.Core;
using Microsoft.AspNet.HttpFeature;
using Microsoft.AspNet.Http.Interfaces;
using Xunit;
namespace Microsoft.AspNet.Server.WebListener

View File

@ -26,7 +26,7 @@ using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http.Core;
using Microsoft.AspNet.HttpFeature;
using Microsoft.AspNet.Http.Interfaces;
using Xunit;
namespace Microsoft.AspNet.Server.WebListener

View File

@ -21,7 +21,7 @@ using System.Net.Http;
using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http.Core;
using Microsoft.AspNet.HttpFeature;
using Microsoft.AspNet.Http.Interfaces;
using Xunit;
namespace Microsoft.AspNet.Server.WebListener

View File

@ -23,7 +23,7 @@ using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Core;
using Microsoft.AspNet.HttpFeature;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Testing.xunit;
using Xunit;