SignalR JavaScript client changing package name to @microsoft/signalr #372
Labels
3.0.0
Announcements related to ASP.NET Core 3.0
Announcement
Breaking change
Documented
The breaking change has been published to the .NET Core docs
Migrated
Milestone
Uh oh!
There was an error while loading. Please reload this page.
In
3.0.0-preview7
, the SignalR JavaScript client will change from being@aspnet/signalr
to@microsoft/signalr
. We are doing this to reflect the fact that SignalR is useful in more than just ASP.NET Core applications, thanks to the Azure SignalR Service.To react to this change, you will need to change your references in
package.json
files,require
statements, and ECMAScriptimport
statements. No API will change as part of this rename.Please use dotnet/aspnetcore#11637 for discussions on this change.
[This announcement has been migrated to: dotnet/docs#14906]
The text was updated successfully, but these errors were encountered: