Skip to content

Commit a2626c6

Browse files
authored
Blazor SignalR tutorial for .NET 8 (#29681)
1 parent ec6a692 commit a2626c6

File tree

5 files changed

+470
-9
lines changed

5 files changed

+470
-9
lines changed

aspnetcore/blazor/tooling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ To create a Blazor app on macOS, use the following guidance:
475475
> [!NOTE]
476476
> Visual Studio for Mac will be able to create Blazor Web Apps in an upcoming release.
477477
478-
<!-- HOLD FOR 8.0 UPDATE TO USE VS UI
478+
<!-- UPDATE FOR 8.0
479479
480480
In the sidebar, select **Web and Console** > **App**.
481481
@@ -599,7 +599,7 @@ For more information on template options, see the following resources:
599599

600600
:::moniker range=">= aspnetcore-8.0"
601601

602-
<!-- HOLD FOR 8.0
602+
<!-- UPDATE FOR 8.0
603603
604604
* [`blazor`](/dotnet/core/tools/dotnet-new-sdk-templates#blazor)
605605

aspnetcore/blazor/tutorials/build-a-blazor-app.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,18 @@ At the end of this tutorial, you'll have a working todo list app.
3333

3434
## Prerequisites
3535

36+
:::moniker range=">= aspnetcore-8.0"
37+
38+
[Download and install the .NET 8.0 Preview](https://dotnet.microsoft.com/download/dotnet/8.0)
39+
40+
:::moniker-end
41+
42+
:::moniker range="< aspnetcore-8.0"
43+
3644
[Download and install .NET](https://dotnet.microsoft.com/download/dotnet) if it isn't already installed on the system or if the system doesn't have the latest version installed.
3745

46+
:::moniker-end
47+
3848
## Create a Blazor app
3949

4050
:::moniker range=">= aspnetcore-8.0"

0 commit comments

Comments
 (0)