From 025efe1d6e75c3d2c1ea58d82bb793ef1a51dfac Mon Sep 17 00:00:00 2001 From: Hao Kung Date: Wed, 19 Apr 2017 15:12:50 -0700 Subject: [PATCH] Fix usings to use Auth 2.0 --- src/Microsoft.AspNetCore.Mvc.RazorPages/Page.cs | 10 +++++----- src/Microsoft.AspNetCore.Mvc.RazorPages/PageModel.cs | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Microsoft.AspNetCore.Mvc.RazorPages/Page.cs b/src/Microsoft.AspNetCore.Mvc.RazorPages/Page.cs index 5b388a516b..3b633918ad 100644 --- a/src/Microsoft.AspNetCore.Mvc.RazorPages/Page.cs +++ b/src/Microsoft.AspNetCore.Mvc.RazorPages/Page.cs @@ -9,7 +9,7 @@ using System.Security.Claims; using System.Text; using System.Threading.Tasks; using Microsoft.AspNetCore.Http; -using Microsoft.AspNetCore.Http.Authentication; +using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Mvc.ModelBinding; using Microsoft.AspNetCore.Mvc.ModelBinding.Internal; using Microsoft.AspNetCore.Mvc.ModelBinding.Validation; @@ -192,7 +192,7 @@ namespace Microsoft.AspNetCore.Mvc.RazorPages /// /// The created for the response. /// - /// The behavior of this method depends on the in use. + /// The behavior of this method depends on the in use. /// and /// are among likely status results. /// @@ -205,7 +205,7 @@ namespace Microsoft.AspNetCore.Mvc.RazorPages /// The authentication schemes to challenge. /// The created for the response. /// - /// The behavior of this method depends on the in use. + /// The behavior of this method depends on the in use. /// and /// are among likely status results. /// @@ -219,7 +219,7 @@ namespace Microsoft.AspNetCore.Mvc.RazorPages /// challenge. /// The created for the response. /// - /// The behavior of this method depends on the in use. + /// The behavior of this method depends on the in use. /// and /// are among likely status results. /// @@ -235,7 +235,7 @@ namespace Microsoft.AspNetCore.Mvc.RazorPages /// The authentication schemes to challenge. /// The created for the response. /// - /// The behavior of this method depends on the in use. + /// The behavior of this method depends on the in use. /// and /// are among likely status results. /// diff --git a/src/Microsoft.AspNetCore.Mvc.RazorPages/PageModel.cs b/src/Microsoft.AspNetCore.Mvc.RazorPages/PageModel.cs index ffc414ca24..6d1ea8370d 100644 --- a/src/Microsoft.AspNetCore.Mvc.RazorPages/PageModel.cs +++ b/src/Microsoft.AspNetCore.Mvc.RazorPages/PageModel.cs @@ -7,8 +7,8 @@ using System.Linq.Expressions; using System.Security.Claims; using System.Text; using System.Threading.Tasks; +using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Http; -using Microsoft.AspNetCore.Http.Authentication; using Microsoft.AspNetCore.Mvc.ModelBinding; using Microsoft.AspNetCore.Mvc.ModelBinding.Internal; using Microsoft.AspNetCore.Mvc.ModelBinding.Validation; @@ -521,7 +521,7 @@ namespace Microsoft.AspNetCore.Mvc.RazorPages /// /// The created for the response. /// - /// The behavior of this method depends on the in use. + /// The behavior of this method depends on the in use. /// and /// are among likely status results. /// @@ -534,7 +534,7 @@ namespace Microsoft.AspNetCore.Mvc.RazorPages /// The authentication schemes to challenge. /// The created for the response. /// - /// The behavior of this method depends on the in use. + /// The behavior of this method depends on the in use. /// and /// are among likely status results. /// @@ -548,7 +548,7 @@ namespace Microsoft.AspNetCore.Mvc.RazorPages /// challenge. /// The created for the response. /// - /// The behavior of this method depends on the in use. + /// The behavior of this method depends on the in use. /// and /// are among likely status results. /// @@ -564,7 +564,7 @@ namespace Microsoft.AspNetCore.Mvc.RazorPages /// The authentication schemes to challenge. /// The created for the response. /// - /// The behavior of this method depends on the in use. + /// The behavior of this method depends on the in use. /// and /// are among likely status results. ///