From 2657cb87b66abf076fc685ffd5c0025268c10cd7 Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Tue, 16 Apr 2019 05:54:06 -0700 Subject: [PATCH] [2.1] Include Identity UI in the 2.1.11 patch --- eng/PatchConfig.props | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props index 9afa0e2572..6929e5a699 100644 --- a/eng/PatchConfig.props +++ b/eng/PatchConfig.props @@ -28,6 +28,7 @@ Later on, this will be checked using this condition: + Microsoft.AspNetCore.Identity.UI; Microsoft.AspNetCore.Mvc.Core; Microsoft.AspNetCore.Mvc.RazorPages;