Back to using System.Security.Claims ns
This commit is contained in:
parent
625cd512e6
commit
1e91cbb565
|
|
@ -2,11 +2,7 @@
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
#if NET45
|
|
||||||
using System.Security.Claims;
|
using System.Security.Claims;
|
||||||
#else
|
|
||||||
using System.Security.ClaimsK;
|
|
||||||
#endif
|
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Microsoft.AspNet.Abstractions;
|
using Microsoft.AspNet.Abstractions;
|
||||||
using Microsoft.AspNet.Identity;
|
using Microsoft.AspNet.Identity;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue