From 073b0377e8d40720009235f62466ce799f20a646 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 14 Nov 2018 15:21:44 -0800 Subject: [PATCH] Use 3.0 configuration in RCLs --- build/dependencies.props | 2 +- src/UI/Microsoft.AspNetCore.Identity.UI.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index c06b0295ed..84d37ea37a 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -60,7 +60,7 @@ 2.0.9 2.1.3 3.0.0-preview1-26907-05 - 3.0.0-a-alpha1-sdk-31823 + 3.0.0-a-alpha1-sdk-31869 15.6.1 3.0.1 3.0.0-alpha1-10670 diff --git a/src/UI/Microsoft.AspNetCore.Identity.UI.csproj b/src/UI/Microsoft.AspNetCore.Identity.UI.csproj index 9c9e129bdf..7d4043f2ac 100644 --- a/src/UI/Microsoft.AspNetCore.Identity.UI.csproj +++ b/src/UI/Microsoft.AspNetCore.Identity.UI.csproj @@ -14,8 +14,8 @@ true <_EnableAllInclusiveRazorSdk>true - 2.1 - MVC-2.1 + 3.0 + MVC-3.0