React to more renames

This commit is contained in:
David Fowler 2014-05-06 00:22:55 -07:00
parent 8fcddc12e7
commit b0dc6c95f8
3 changed files with 3 additions and 2 deletions

View File

@ -17,6 +17,7 @@
using System.Text.RegularExpressions;
using Microsoft.AspNet;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Routing;

View File

@ -19,7 +19,7 @@ using Microsoft.AspNet;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Routing;
namespace Microsoft.AspNet
namespace Microsoft.AspNet.Builder
{
public static class BuilderExtensions
{

View File

@ -19,7 +19,7 @@ using System.Threading.Tasks;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Routing;
namespace Microsoft.AspNet
namespace Microsoft.AspNet.Builder
{
public class RouterMiddleware
{