From b38f936f31298c5621fc16cd80bb47abd4eaeeb7 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 28 Nov 2018 16:04:59 -0800 Subject: [PATCH] Ensure Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets is included in 2.2.1 (#4308) --- eng/PatchConfig.props | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props index c05b2376c6..8fb3de2790 100644 --- a/eng/PatchConfig.props +++ b/eng/PatchConfig.props @@ -8,6 +8,7 @@ Microsoft.AspNetCore.Server.IIS; Microsoft.AspNetCore.Server.IISIntegration; Microsoft.AspNetCore.Server.IntegrationTesting.IIS; + Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets;