Moved BuilderExtensions to Microsoft.AspNet namespace
This commit is contained in:
parent
73b7509368
commit
05a2319d84
|
|
@ -1,6 +1,6 @@
|
|||
using Microsoft.AspNet.Abstractions;
|
||||
using Microsoft.AspNet;
|
||||
using Microsoft.AspNet.Abstractions;
|
||||
using Microsoft.AspNet.Mvc;
|
||||
using Microsoft.AspNet.RequestContainer;
|
||||
using Microsoft.AspNet.Routing;
|
||||
|
||||
namespace MvcSample.Web
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.AspNet.Abstractions;
|
||||
using Microsoft.AspNet.Mvc;
|
||||
using Microsoft.AspNet.Routing;
|
||||
|
||||
|
||||
namespace Microsoft.AspNet.Mvc
|
||||
namespace Microsoft.AspNet
|
||||
{
|
||||
public static class BuilderExtensions
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue