diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props index 319d85992f5c41cf08c2193c1228b0acb460839f..250b506c1241e4b1bb2e68535b7f7c79d1c6daae 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>