React to HttpContextAccessor change

This commit is contained in:
Kiran Challa 2015-08-13 11:34:38 -07:00
parent 34ae48f242
commit f2a0ea6a21
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNet.Hosting;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Features.Authentication;
using Microsoft.AspNet.Http.Features.Authentication.Internal;
using Microsoft.AspNet.Http.Internal;