From 1bc775f636f8ab00ca05499d929bc6e6d42ec2c2 Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Tue, 16 Apr 2019 05:58:34 -0700 Subject: [PATCH] [2.2] Include Identity UI in the 2.2.5 patch --- eng/PatchConfig.props | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props index aed9986994..7c37434332 100644 --- a/eng/PatchConfig.props +++ b/eng/PatchConfig.props @@ -53,6 +53,7 @@ Later on, this will be checked using this condition: Microsoft.AspNetCore.AspNetCoreModule; Microsoft.AspNetCore.AspNetCoreModuleV2; + Microsoft.AspNetCore.Identity.UI; java:signalr; Microsoft.AspNetCore.Mvc.Core; Microsoft.AspNetCore.Mvc.RazorPages;