You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the preceding command, the `{PATH}` placeholder is the path to the published `_framework` folder (for example, `.\bin\Release\net6.0\browser-wasm\publish\wwwroot\_framework` from the project's root folder).
511
515
512
516
If service worker assets are also in use:
@@ -519,6 +523,8 @@ In the preceding command, the `{PATH}` placeholder is the path to the published
519
523
520
524
On Linux or macOS:
521
525
526
+
:::moniker-end
527
+
522
528
:::moniker range=">= aspnetcore-10.0"
523
529
524
530
```console
@@ -537,6 +543,8 @@ sed -i 's/\.dll"/.bin"/g' {PATH}/blazor.boot.json
537
543
538
544
:::moniker-end
539
545
546
+
:::moniker range=">= aspnetcore-5.0"
547
+
540
548
In the preceding command, the `{PATH}` placeholder is the path to the published `_framework` folder (for example, `.\bin\Release\net6.0\browser-wasm\publish\wwwroot\_framework` from the project's root folder).
541
549
542
550
If service worker assets are also in use:
@@ -547,6 +555,8 @@ sed -i 's/\.dll"/.bin"/g' {PATH}/service-worker-assets.js
547
555
548
556
In the preceding command, the `{PATH}` placeholder is the path to the published `service-worker-assets.js` file.
549
557
558
+
:::moniker-end
559
+
550
560
:::moniker range=">= aspnetcore-10.0"
551
561
552
562
To address the compressed `dotnet.boot.js.gz` and `dotnet.boot.js.br` files, adopt either of the following approaches:
0 commit comments