diff --git a/src/Kestrel/ServerFactory.cs b/src/Kestrel/ServerFactory.cs index 87ac6c4ee0..dbe91f9e06 100644 --- a/src/Kestrel/ServerFactory.cs +++ b/src/Kestrel/ServerFactory.cs @@ -7,7 +7,7 @@ using System.Threading.Tasks; using Microsoft.AspNet.FeatureModel; using Microsoft.AspNet.Hosting.Server; using Microsoft.AspNet.Server.Kestrel; -using Microsoft.Framework.ConfigurationModel; +using Microsoft.Framework.Configuration; using Microsoft.Framework.Runtime; namespace Kestrel diff --git a/src/Kestrel/ServerInformation.cs b/src/Kestrel/ServerInformation.cs index 075491d992..7df85df587 100644 --- a/src/Kestrel/ServerInformation.cs +++ b/src/Kestrel/ServerInformation.cs @@ -5,7 +5,7 @@ using System; using System.Collections.Generic; using System.Globalization; using Microsoft.AspNet.Hosting.Server; -using Microsoft.Framework.ConfigurationModel; +using Microsoft.Framework.Configuration; namespace Kestrel {