React to AuthZ namespace changes

This commit is contained in:
Hao Kung 2015-10-21 16:48:07 -07:00
parent da731fc641
commit 8a2694dd46
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNet.Authorization;
using Microsoft.AspNet.Authorization.Infrastructure;
using Microsoft.Extensions.DependencyInjection;
namespace FiltersWebSite

View File

@ -1,7 +1,7 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.AspNet.Authorization;
using Microsoft.AspNet.Authorization.Infrastructure;
namespace FiltersWebSite
{