Update IServerInformation namespace.

This commit is contained in:
Chris Ross 2015-04-10 10:40:09 -07:00
parent 0ad0fc6a9f
commit e03c015065
2 changed files with 1 additions and 2 deletions

View File

@ -37,7 +37,6 @@
using System;
using System.Diagnostics.CodeAnalysis;
using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Hosting.Server;
using Microsoft.Framework.ConfigurationModel;

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Reflection;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Hosting.Server;
namespace Microsoft.AspNet.Server.WebListener
{