Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aspnetcore/blazor/tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ To create a Blazor app on macOS, use the following guidance:
> [!NOTE]
> Visual Studio for Mac will be able to create Blazor Web Apps in an upcoming release.

<!-- HOLD FOR 8.0 UPDATE TO USE VS UI
<!-- UPDATE FOR 8.0

In the sidebar, select **Web and Console** > **App**.

Expand Down Expand Up @@ -599,7 +599,7 @@ For more information on template options, see the following resources:

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

<!-- HOLD FOR 8.0
<!-- UPDATE FOR 8.0

* [`blazor`](/dotnet/core/tools/dotnet-new-sdk-templates#blazor)

Expand Down
10 changes: 10 additions & 0 deletions aspnetcore/blazor/tutorials/build-a-blazor-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,18 @@ At the end of this tutorial, you'll have a working todo list app.

## Prerequisites

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

[Download and install the .NET 8.0 Preview](https://dotnet.microsoft.com/download/dotnet/8.0)

:::moniker-end

:::moniker range="< aspnetcore-8.0"

[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.

:::moniker-end

## Create a Blazor app

:::moniker range=">= aspnetcore-8.0"
Expand Down
Loading