React to FeatureModel package change.

This commit is contained in:
Chris R 2015-07-17 09:58:55 -07:00 committed by Stephen Halter
parent b9901c3bfe
commit 3cc0dd7a25
2 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,8 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Hosting.Server;
using Microsoft.AspNet.Http.Features;
using Microsoft.AspNet.Server.Kestrel;
using Microsoft.Framework.Configuration;
using Microsoft.Framework.Runtime;

View File

@ -6,7 +6,6 @@ using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Http.Features;
using Microsoft.AspNet.Server.Kestrel.Http;