[2.1] Include Identity UI in the 2.1.11 patch

This commit is contained in:
Javier Calvarro Nelson 2019-04-16 05:54:06 -07:00 committed by Doug Bunting
parent dad3703d1b
commit 2657cb87b6
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ Later on, this will be checked using this condition:
</PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.11' ">
<PackagesInPatch>
Microsoft.AspNetCore.Identity.UI;
Microsoft.AspNetCore.Mvc.Core;
Microsoft.AspNetCore.Mvc.RazorPages;
</PackagesInPatch>