Fix for moving extension methods to IServiceCollection
This commit is contained in:
parent
1faa6f018b
commit
9bf42374b0
|
|
@ -18,6 +18,7 @@
|
|||
using System;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.AspNet.DependencyInjection;
|
||||
using Microsoft.AspNet.Mvc;
|
||||
using Microsoft.AspNet.Security.Authorization;
|
||||
using Moq;
|
||||
|
|
|
|||
Loading…
Reference in New Issue