Actual behavior
The file name of dotnet..8wdpaewqyh.js generated by blazor app is missing version info.

Expected behavior
dotnet.7.0.3.pe05f8nz0f.js
To Reproduce
- SDK 7.0.103
- install wasm-tools 7.0.3
- create simpla blazor wasm app from template
- add
<WasmBuildNative>true</WasmBuildNative> to client project file
dotnet run -bl -c Release
Notes
DotNetJsVersion is used to build the name in _ResolveBlazorWasmOutputs, but it is set much later in the ProcessPublishFilesForBlazor
Actual behavior
The file name of
dotnet..8wdpaewqyh.jsgenerated by blazor app is missing version info.Expected behavior
dotnet.7.0.3.pe05f8nz0f.js
To Reproduce
<WasmBuildNative>true</WasmBuildNative>to client project filedotnet run -bl -c ReleaseNotes
DotNetJsVersionis used to build the name in_ResolveBlazorWasmOutputs, but it is set much later in theProcessPublishFilesForBlazor