Skip to content

Commit 044b7f2

Browse files
committed
Merged PR 5468: Fix bad merge in 2.2 PatchConfig.props
This change should not have been merged from 2.1.
1 parent a23a37c commit 044b7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/PatchConfig.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Later on, this will be checked using this condition:
8383
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore;
8484
</PackagesInPatch>
8585
</PropertyGroup>
86-
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.15' ">
86+
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.9' ">
8787
<PackagesInPatch>
8888
Microsoft.AspNetCore.Http.Connections;
8989
Microsoft.AspNetCore.SignalR.Core;

0 commit comments

Comments
 (0)