From 1e26b6673d317df42db6b3a56af687ed5451c333 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 14 Nov 2018 15:24:33 -0800 Subject: [PATCH] Use 3.0 configuration in RCLs --- build/dependencies.props | 2 +- .../Microsoft.AspNetCore.Authentication.AzureAD.UI.csproj | 4 ++-- .../Microsoft.AspNetCore.Authentication.AzureADB2C.UI.csproj | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index b3eb63ef29..6d9528cea4 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -27,7 +27,7 @@ 3.0.0-alpha1-10670 2.0.9 3.0.0-preview1-26907-05 - 3.0.0-a-alpha1-sdk-31823 + 3.0.0-a-alpha1-sdk-31869 15.6.1 4.10.0 2.0.3 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 925795cba6..facb8db0ea 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 @@ -9,8 +9,8 @@ Microsoft.AspNetCore.Mvc.ApplicationParts.NullApplicationPartFactory, Microsoft.AspNetCore.Mvc.Core <_EnableAllInclusiveRazorSdk>true - 2.1 - MVC-2.1 + 3.0 + MVC-3.0 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 459a236543..dd530e5e87 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 @@ -9,8 +9,8 @@ Microsoft.AspNetCore.Mvc.ApplicationParts.NullApplicationPartFactory, Microsoft.AspNetCore.Mvc.Core <_EnableAllInclusiveRazorSdk>true - 2.1 - MVC-2.1 + 3.0 + MVC-3.0