Update patch config for 2.2 (#12955)

This commit is contained in:
Justin Kotalik 2019-08-08 09:00:12 -07:00 committed by Andrew Stanton-Nurse
parent c809b669b9
commit 76c62a5768
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ Later on, this will be checked using this condition:
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.7' "> <PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.7' ">
<PackagesInPatch> <PackagesInPatch>
Microsoft.AspNetCore.Hosting;
</PackagesInPatch> </PackagesInPatch>
</PropertyGroup> </PropertyGroup>
</Project> </Project>