From a36db52f9e06568c645a398f32029f8e88d8fa7b Mon Sep 17 00:00:00 2001 From: "Chris Ross (ASP.NET)" Date: Tue, 27 Nov 2018 10:17:37 -0800 Subject: [PATCH] Add Kestrel.Core to patchconfig --- eng/PatchConfig.props | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props index 91e93a17fe..56067f24f1 100644 --- a/eng/PatchConfig.props +++ b/eng/PatchConfig.props @@ -7,6 +7,7 @@ Microsoft.AspNetCore; Microsoft.AspNetCore.Server.IISIntegration; + Microsoft.AspNetCore.Server.Kestrel.Core;