Fix patchconfig merge (#18389)

This commit is contained in:
Chris Ross 2020-01-16 13:45:11 -08:00 committed by John Luo
parent 7f53f7e95b
commit c919c58251
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Later on, this will be checked using this condition:
Microsoft.AspNetCore.CookiePolicy;
</PackagesInPatch>
</PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.16' ">
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.15' ">
<PackagesInPatch>
Microsoft.AspNetCore.Http.Connections;
Microsoft.AspNetCore.SignalR.Core;