diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props index 0fa48bac75fb53f7185bb120cc0d84732326dffc..aefa226d1519acf45a40a883f0a358b8110844ba 100644 --- a/eng/PatchConfig.props +++ b/eng/PatchConfig.props @@ -63,6 +63,7 @@ Later on, this will be checked using this condition: </PropertyGroup> <PropertyGroup Condition=" '$(VersionPrefix)' == '2.1.20' "> <PackagesInPatch> + @aspnet/signalr; </PackagesInPatch> </PropertyGroup> </Project> diff --git a/src/SignalR/clients/ts/signalr/README.md b/src/SignalR/clients/ts/signalr/README.md index 4a15d4eb6c6f9ce25fea3d059ac69b1c3ca22ab9..8015ef00dac0fd33cd01b8a38ba753a2d9a7b4f1 100644 --- a/src/SignalR/clients/ts/signalr/README.md +++ b/src/SignalR/clients/ts/signalr/README.md @@ -1,5 +1,7 @@ JavaScript and TypeScript clients for SignalR for ASP.NET Core +> Note: The JavaScript and TypeScript clients for SignalR for ASP.NET Core have been moved to [@microsoft/signalr](https://www.npmjs.com/package/@microsoft/signalr). If you are already using `@aspnet/signalr` and are unsure when to move to `@microsoft/signalr`, check the [Feature Distribution](https://docs.microsoft.com/en-us/aspnet/core/signalr/client-features) chart in the ASP.NET Core SignalR documentation. Newer client releases are compatible with older version of ASP.NET Core SignalR which means it is safe to upgrade the client before upgrading the server. + ## Installation ```bash