From cdb9d0bc6811a9d9a6e95f1c65a4bdc64385d80a Mon Sep 17 00:00:00 2001 From: Chris R Date: Thu, 29 Nov 2018 10:55:57 -0800 Subject: [PATCH] Prepare to patch WebSockets --- build/dependencies.props | 2 +- eng/PatchConfig.props | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/dependencies.props b/build/dependencies.props index ce5a629445..d797e51ee3 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -4,6 +4,7 @@ 2.2.0 2.2.0 + 4.5.2 @@ -226,7 +227,6 @@ 4.5.1 4.3.2 4.5.0 - 4.5.1 4.5.0 3.1.1 4.3.0 diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props index 8fb3de2790..d3f6bf9ebe 100644 --- a/eng/PatchConfig.props +++ b/eng/PatchConfig.props @@ -9,6 +9,7 @@ Microsoft.AspNetCore.Server.IISIntegration; Microsoft.AspNetCore.Server.IntegrationTesting.IIS; Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets; + Microsoft.AspNetCore.WebSockets;