updating signalr js package readme (#22129)
* updating signalr js package readme * Update src/SignalR/clients/ts/signalr/README.md Co-authored-by: Brennan <brecon@microsoft.com> * Update PatchConfig.props Co-authored-by: Brennan <brecon@microsoft.com>
This commit is contained in:
parent
d4f43e7849
commit
8dce53054a
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue