From 804eeede111215582817e586594b8fec7efa2c0c Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 26 Mar 2018 16:09:29 -0700 Subject: [PATCH] Use the correct application part factory by default Fixes https://github.com/aspnet/Mvc/issues/7543 --- build/dependencies.props | 24 +++++++++---------- ...spNetCore.Authentication.AzureAD.UI.csproj | 9 +++---- ...etCore.Authentication.AzureADB2C.UI.csproj | 9 +++---- 3 files changed, 18 insertions(+), 24 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index f0b3a197ec..54858ba2e9 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -3,18 +3,18 @@ $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - 2.1.0-preview3-15746 - 2.1.0-preview2-30406 - 2.1.0-preview2-30406 - 2.1.0-preview2-30406 - 2.1.0-preview2-30406 - 2.1.0-a-preview2-application-part-18617 - 2.1.0-preview2-30406 - 2.1.0-preview2-30406 - 2.1.0-preview2-30406 - 2.1.0-preview2-30406 - 2.1.0-preview2-30406 - 2.1.0-preview2-30406 + 2.1.0-preview3-17001 + 2.1.0-preview2-30464 + 2.1.0-preview2-30464 + 2.1.0-preview2-30464 + 2.1.0-preview2-30464 + 2.1.0-preview2-30464 + 2.1.0-preview2-30464 + 2.1.0-preview2-30464 + 2.1.0-preview2-30464 + 2.1.0-preview2-30464 + 2.1.0-preview2-30464 + 2.1.0-preview2-30464 2.0.0 2.1.0-preview2-26314-02 15.6.1 diff --git a/src/Microsoft.AspNetCore.Authentication.AzureAD.UI/Microsoft.AspNetCore.Authentication.AzureAD.UI.csproj b/src/Microsoft.AspNetCore.Authentication.AzureAD.UI/Microsoft.AspNetCore.Authentication.AzureAD.UI.csproj index 25cd19424b..81435f6708 100644 --- a/src/Microsoft.AspNetCore.Authentication.AzureAD.UI/Microsoft.AspNetCore.Authentication.AzureAD.UI.csproj +++ b/src/Microsoft.AspNetCore.Authentication.AzureAD.UI/Microsoft.AspNetCore.Authentication.AzureAD.UI.csproj @@ -1,15 +1,12 @@ - + ASP.NET Core Azure Active Directory Integration provides components for easily integrating Azure Active Directory authentication within your ASP.NET Core application. Precompiled views assembly for the ASP.NET Core Azure Active Directory Integration package. netstandard2.0 aspnetcore;authentication;AzureAD - true - $(RazorTargetName).dll - false true - false + Microsoft.AspNetCore.Mvc.ApplicationParts.NullApplicationPartFactory, Microsoft.AspNetCore.Mvc.Core @@ -37,4 +34,4 @@ - \ No newline at end of file + diff --git a/src/Microsoft.AspNetCore.Authentication.AzureADB2C.UI/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj b/src/Microsoft.AspNetCore.Authentication.AzureADB2C.UI/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj index d9745bf094..835efe9303 100644 --- a/src/Microsoft.AspNetCore.Authentication.AzureADB2C.UI/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj +++ b/src/Microsoft.AspNetCore.Authentication.AzureADB2C.UI/Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj @@ -1,15 +1,12 @@ - + ASP.NET Core Azure Active Directory B2C Integration provides components for easily integrating Azure Active Directory B2C authentication within your ASP.NET Core application. Precompiled views assembly for the ASP.NET Core Azure Active Directory B2C Integration package. netstandard2.0 aspnetcore;authentication;AzureADB2C - true - $(RazorTargetName).dll - false true - false + Microsoft.AspNetCore.Mvc.ApplicationParts.NullApplicationPartFactory, Microsoft.AspNetCore.Mvc.Core @@ -37,4 +34,4 @@ - \ No newline at end of file +