Fixing Build break due to namespace move.

This commit is contained in:
harshgMSFT 2014-05-06 10:04:58 -07:00
parent 4210211c79
commit 9b79664e2f
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
using Microsoft.AspNet;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Routing;
using MvcSample.Web.Filters;

View File

@ -17,7 +17,7 @@
using System;
using System.Collections.Generic;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Routing;