From 2835f85b6c84d93ac1557074c04d30047b6a8c81 Mon Sep 17 00:00:00 2001
From: BrennanConroy <brecon@microsoft.com>
Date: Thu, 14 Mar 2019 08:54:20 -0700
Subject: [PATCH] Update PatchConfig.props

---
 eng/PatchConfig.props | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props
index fcc05ede1d7..e84b9d18608 100644
--- a/eng/PatchConfig.props
+++ b/eng/PatchConfig.props
@@ -45,6 +45,7 @@ Later on, this will be checked using this condition:
   </PropertyGroup>
   <PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.4' ">
     <PackagesInPatch>
+      @aspnet/signalr;
     </PackagesInPatch>
   </PropertyGroup>
 </Project>
-- 
GitLab