Put UseServices extension method in Microsoft.AspNet
This commit is contained in:
parent
252f17e5e2
commit
bba57874bc
|
|
@ -5,8 +5,9 @@ using System.Linq;
|
|||
using Microsoft.AspNet.Abstractions;
|
||||
using Microsoft.AspNet.DependencyInjection;
|
||||
using Microsoft.AspNet.DependencyInjection.Fallback;
|
||||
using Microsoft.AspNet.RequestContainer;
|
||||
|
||||
namespace Microsoft.AspNet.RequestContainer
|
||||
namespace Microsoft.AspNet
|
||||
{
|
||||
public static class ContainerExtensions
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue