From a677a8e7862337115681e2fe7c68ab9408075181 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:18:20 -0500 Subject: [PATCH] Add cross-link (#31710) --- aspnetcore/migration/70-80.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aspnetcore/migration/70-80.md b/aspnetcore/migration/70-80.md index 050b37e8b3..7f28a89d72 100644 --- a/aspnetcore/migration/70-80.md +++ b/aspnetcore/migration/70-80.md @@ -414,6 +414,8 @@ Blazor WebAssembly apps are supported in .NET 8 without any code changes. Use th In the preceding example, the `{CLIENT APP NAMESPACE}` placeholder is the namespace of the `Client` project (for example, `HostedBlazorApp.Client`). Replace the placeholder with the `Client` project's namespace. +1. If the client project must read the environment, see the updated guidance in , especially the section titled *Read the environment client-side in a Blazor Web App*. + 1. Run the solution from the `Server` project: For Visual Studio, confirm that the `Server` project is selected in **Solution Explorer** when running the app.