Skip to content

Commit 90b214a

Browse files
authored
Placeholder line updates (#34334)
1 parent 6d40da4 commit 90b214a

File tree

1 file changed

+3
-5
lines changed
  • aspnetcore/blazor/host-and-deploy

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,20 @@ Publish locations:
4747

4848
:::moniker range=">= aspnetcore-8.0"
4949

50-
* 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-
* 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.
50+
* Blazor Web App: The app is published into the `/bin/Release/{TARGET FRAMEWORK}/publish` folder, where the `{TARGET FRAMEWORK}` placeholder is the target framework. Deploy the contents of the `publish` folder to the host.
51+
* 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.
5252

5353
:::moniker-end
5454

5555
:::moniker range="< aspnetcore-8.0"
5656

57-
* Blazor Server: The app is published into the `/bin/Release/{TARGET FRAMEWORK}/publish` folder. Deploy the contents of the `publish` folder to the host.
57+
* Blazor Server: The app is published into the `/bin/Release/{TARGET FRAMEWORK}/publish` folder, where the `{TARGET FRAMEWORK}` placeholder is the target framework.. Deploy the contents of the `publish` folder to the host.
5858
* Blazor WebAssembly
5959
* Standalone: The app is published into the `/bin/Release/{TARGET FRAMEWORK}/publish/wwwroot` or `bin\Release\{TARGET FRAMEWORK}\browser-wasm\publish` folder, depending on the version of the SDK used to publish the app. To deploy the app as a static site, copy the contents of the `wwwroot` folder to the static site host.
6060
* Hosted: The client Blazor WebAssembly app is published into the `/bin/Release/{TARGET FRAMEWORK}/publish/wwwroot` folder of the server app, along with any other static web assets of the client app. Deploy the contents of the `publish` folder to the host.
6161

6262
:::moniker-end
6363

64-
The `{TARGET FRAMEWORK}` in the preceding paths is the target framework (for example, `net8.0`).
65-
6664
## IIS
6765

6866
To host a Blazor app in IIS, see the following resources:

0 commit comments

Comments
 (0)