React to more renames
This commit is contained in:
parent
8fcddc12e7
commit
b0dc6c95f8
|
|
@ -17,6 +17,7 @@
|
|||
|
||||
using System.Text.RegularExpressions;
|
||||
using Microsoft.AspNet;
|
||||
using Microsoft.AspNet.Builder;
|
||||
using Microsoft.AspNet.Http;
|
||||
using Microsoft.AspNet.Routing;
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue