Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http

This commit is contained in:
Praburaj 2015-03-05 16:23:18 -08:00
parent cb3def5668
commit 620e83b590
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http.Interfaces;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Server.Kestrel.Http;
namespace Kestrel