Move extension methods to builder namespace and fix sample

This commit is contained in:
David Fowler 2014-05-06 00:17:09 -07:00
parent a4816ab782
commit f72de34e10
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -23,9 +23,8 @@ using Microsoft.AspNet.Http;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.DependencyInjection.Fallback;
using Microsoft.AspNet.RequestContainer;
using Microsoft.AspNet.Builder;
namespace Microsoft.AspNet
namespace Microsoft.AspNet.Builder
{
public static class ContainerExtensions
{