Skip to content

Commit b38f936

Browse files
authored
Ensure Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets is included in 2.2.1 (#4308)
1 parent 079107a commit b38f936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/PatchConfig.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
Microsoft.AspNetCore.Server.IIS;
99
Microsoft.AspNetCore.Server.IISIntegration;
1010
Microsoft.AspNetCore.Server.IntegrationTesting.IIS;
11+
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets;
1112
</PackagesInPatch>
1213
</PropertyGroup>
1314

0 commit comments

Comments
 (0)