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.