Skip to content

Commit a90fee2

Browse files
authored
Updates
1 parent 327c718 commit a90fee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/blazor/fundamentals/signalr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ Use a <xref:Microsoft.AspNetCore.Components.Server.Circuits.CircuitHandler> to c
14561456

14571457
Prevent automatically starting the app by adding `autostart="false"` to the Blazor `<script>` tag ([location of the Blazor start script](xref:blazor/project-structure#location-of-the-blazor-script)). Manually establish the circuit URL using `Blazor.start`. The following examples use the path `/signalr`.
14581458

1459-
:::moniker range=">= aspnetcore-9.0"
1459+
:::moniker range=">= aspnetcore-8.0"
14601460

14611461
Blazor Web Apps:
14621462

@@ -1488,7 +1488,7 @@ Blazor Server:
14881488

14891489
Add the following <xref:Microsoft.AspNetCore.Builder.ComponentEndpointRouteBuilderExtensions.MapBlazorHub%2A> call with the hub path to the middleware processing pipeline in the server app's `Program` file.
14901490

1491-
:::moniker range=">= aspnetcore-9.0"
1491+
:::moniker range=">= aspnetcore-8.0"
14921492

14931493
Blazor Web Apps:
14941494

0 commit comments

Comments
 (0)