Skip to content

Commit 261b197

Browse files
authored
[Blazor] Host and Deploy - {TARGET FRAMEWORK} placeholder + naming (#34330)
1 parent 83c3b7e commit 261b197

File tree

1 file changed

+1
-1
lines changed
  • aspnetcore/blazor/host-and-deploy

1 file changed

+1
-1
lines changed

aspnetcore/blazor/host-and-deploy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Publish locations:
4848
:::moniker range=">= aspnetcore-8.0"
4949

5050
* 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.
51-
* 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.
51+
* 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.
5252

5353
:::moniker-end
5454

0 commit comments

Comments
 (0)