React to renames

This commit is contained in:
David Fowler 2014-05-06 00:35:11 -07:00
parent bc93ff9aec
commit 3c38eb1f35
3 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
// permissions and limitations under the License.
using Microsoft.AspNet;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Server.WebListener;
using Microsoft.Net.Server;

View File

@ -40,6 +40,7 @@ using System.Diagnostics.CodeAnalysis;
using System.Threading.Tasks;
using Microsoft.AspNet.Http;
using Microsoft.Framework.ConfigurationModel;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Hosting.Server;
using Microsoft.AspNet.Logging;
using Microsoft.Net.Server;

View File

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