From 261b1974d1258a69eb4df186c97fd7955b537a52 Mon Sep 17 00:00:00 2001 From: Robert Haken Date: Wed, 11 Dec 2024 00:46:44 +0100 Subject: [PATCH] [Blazor] Host and Deploy - {TARGET FRAMEWORK} placeholder + naming (#34330) --- 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 8b784bf8b4..df857e984b 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, where the `{TARGET FRAMEWORK}` placeholder is the target framework. To deploy the app as a static site, copy the contents of the `wwwroot` folder to the static site host. :::moniker-end