Back to using System.Security.Claims ns

This commit is contained in:
Hao Kung 2014-03-04 15:47:17 -08:00
parent 625cd512e6
commit 1e91cbb565
1 changed files with 0 additions and 4 deletions

View File

@ -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;