From 7e78374053aee142b34788ed50db721d297c63ac Mon Sep 17 00:00:00 2001 From: Kirthi Krishnamraju Date: Wed, 20 May 2015 17:26:00 -0700 Subject: [PATCH] React to aspnet/Configuration #195,#198 --- src/Kestrel/ServerFactory.cs | 2 +- src/Kestrel/ServerInformation.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {