From ec00758af9d9760a2a4b7d9211f3717d96c5e5c0 Mon Sep 17 00:00:00 2001
From: Andrew Stanton-Nurse <andrew@stanton-nurse.com>
Date: Thu, 11 Apr 2019 15:21:23 -0700
Subject: [PATCH] Update PatchConfig.props

---
 eng/PatchConfig.props | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props
index 319d85992f5..250b506c124 100644
--- a/eng/PatchConfig.props
+++ b/eng/PatchConfig.props
@@ -51,8 +51,9 @@ Later on, this will be checked using this condition:
   </PropertyGroup>
   <PropertyGroup Condition=" '$(VersionPrefix)' == '2.2.5' ">
     <PackagesInPatch>
-        Microsoft.AspNetCore.AspNetCoreModule;
-        Microsoft.AspNetCore.AspNetCoreModuleV2;
+      Microsoft.AspNetCore.AspNetCoreModule;
+      Microsoft.AspNetCore.AspNetCoreModuleV2;
+      java:signalr;
     </PackagesInPatch>
   </PropertyGroup>
 
-- 
GitLab