Skip to content

Commit c919c58

Browse files
TratcherJohn Luo
authored and
John Luo
committed
Fix patchconfig merge (#18389)
1 parent 7f53f7e commit c919c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/PatchConfig.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Later on, this will be checked using this condition:
4444
Microsoft.AspNetCore.CookiePolicy;
4545
</PackagesInPatch>
4646
</PropertyGroup>
47-
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.16' ">
47+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.15' ">
4848
<PackagesInPatch>
4949
Microsoft.AspNetCore.Http.Connections;
5050
Microsoft.AspNetCore.SignalR.Core;

0 commit comments

Comments
 (0)