Skip to content

Commit 67efab9

Browse files
committed
Updates
1 parent 5b93992 commit 67efab9

File tree

1 file changed

+7
-0
lines changed
  • aspnetcore/release-notes/aspnetcore-10/includes

1 file changed

+7
-0
lines changed

aspnetcore/release-notes/aspnetcore-10/includes/blazor.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,11 @@ The default environments are:
202202
* `Development` for build.
203203
* `Production` for publish.
204204
205+
## Boot configuration file name change
206+
207+
The boot configuration file is changing names from `blazor.boot.json` to `dotnet.boot.js`. This name change only affects developers who are interacting directly with the file, such as when developers are:
208+
209+
* Checking file integrity for published assets with the troubleshoot integrity PowerShell script per the guidance in <xref:blazor/host-and-deploy/webassembly/bundle-caching-and-integrity-check-failures?view=aspnetcore-9.0#troubleshoot-integrity-powershell-script>.
210+
* Changing the file name extension of DLL files when not using the default Webcil file format per the guidance in <xref:blazor/host-and-deploy/webassembly/index?view=aspnetcore-9.0#customize-how-boot-resources-are-loaded>.
211+
205212
-->

0 commit comments

Comments
 (0)