Move extension methods to builder namespace and fix sample
This commit is contained in:
parent
a4816ab782
commit
f72de34e10
|
|
@ -16,6 +16,7 @@
|
||||||
// permissions and limitations under the License.
|
// permissions and limitations under the License.
|
||||||
|
|
||||||
using Microsoft.AspNet;
|
using Microsoft.AspNet;
|
||||||
|
using Microsoft.AspNet.Builder;
|
||||||
using Microsoft.AspNet.Http;
|
using Microsoft.AspNet.Http;
|
||||||
|
|
||||||
namespace KWebStartup
|
namespace KWebStartup
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,8 @@ using Microsoft.AspNet.Http;
|
||||||
using Microsoft.AspNet.DependencyInjection;
|
using Microsoft.AspNet.DependencyInjection;
|
||||||
using Microsoft.AspNet.DependencyInjection.Fallback;
|
using Microsoft.AspNet.DependencyInjection.Fallback;
|
||||||
using Microsoft.AspNet.RequestContainer;
|
using Microsoft.AspNet.RequestContainer;
|
||||||
using Microsoft.AspNet.Builder;
|
|
||||||
|
|
||||||
namespace Microsoft.AspNet
|
namespace Microsoft.AspNet.Builder
|
||||||
{
|
{
|
||||||
public static class ContainerExtensions
|
public static class ContainerExtensions
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue