Skip to content

Commit f5a044c

Browse files
committed
Move PackagesInPatch to 2.2.2
1 parent c7fcd4c commit f5a044c

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
@@ -20,14 +20,14 @@ Later on, this will be checked using this condition:
2020
Microsoft.AspNetCore.Server.IIS;
2121
Microsoft.AspNetCore.Server.IISIntegration;
2222
Microsoft.AspNetCore.Server.IntegrationTesting.IIS;
23-
Microsoft.AspNetCore.Server.Kestrel.Core;
2423
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets;
2524
Microsoft.AspNetCore.WebSockets;
2625
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore;
2726
</PackagesInPatch>
2827
</PropertyGroup>
2928
<PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.2' ">
3029
<PackagesInPatch>
30+
Microsoft.AspNetCore.Server.Kestrel.Core;
3131
</PackagesInPatch>
3232
</PropertyGroup>
3333

0 commit comments

Comments
 (0)