From 378de501859de56ecbec2ad878a51fed8df6e1b7 Mon Sep 17 00:00:00 2001 From: Robert Haken Date: Wed, 11 Dec 2024 00:42:13 +0100 Subject: [PATCH] [Blazor] Host and Deploy - {TARGET FRAMEWORK} placeholder + naming --- aspnetcore/blazor/host-and-deploy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/host-and-deploy/index.md b/aspnetcore/blazor/host-and-deploy/index.md index 8b784bf8b4a4..3e753412e7e8 100644 --- a/aspnetcore/blazor/host-and-deploy/index.md +++ b/aspnetcore/blazor/host-and-deploy/index.md @@ -48,7 +48,7 @@ Publish locations: :::moniker range=">= aspnetcore-8.0" * Blazor Web App: The app is published into the `/bin/Release/{TARGET FRAMEWORK}/publish` folder. Deploy the contents of the `publish` folder to the host. -* Blazor WebAssembly: The app is published into the `bin\Release\net8.0\browser-wasm\publish\` folder. To deploy the app as a static site, copy the contents of the `wwwroot` folder to the static site host. +* Standalone Blazor WebAssembly: The app is published into the `bin\Release\{TARGET FRAMEWORK}\browser-wasm\publish\` folder. To deploy the app as a static site, copy the contents of the `wwwroot` folder to the static site host. :::moniker-end