Update IServerInformation namespace.

This commit is contained in:
Chris Ross 2015-04-10 10:47:31 -07:00
parent ea636140c7
commit a23b665e8d
2 changed files with 6 additions and 4 deletions

View File

@ -4,7 +4,6 @@
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.Hosting.Server;
using Microsoft.AspNet.Server.Kestrel;

View File

@ -1,8 +1,11 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using Microsoft.AspNet.Builder;
using Microsoft.Framework.ConfigurationModel;
using System.Globalization;
using System.Collections.Generic;
using System.Globalization;
using Microsoft.AspNet.Hosting.Server;
using Microsoft.Framework.ConfigurationModel;
namespace Kestrel
{