Skip to content

[Blazor] Opt-in to use dotnet.boot.js #60751

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Mar 13, 2025
Prev Previous commit
Next Next commit
Apply WasmBootConfigFileName to WebAssembly specific testassets as well
  • Loading branch information
maraf committed Mar 5, 2025
commit bae3c5f9da5563c3f678ee9293f54039389357ef
4 changes: 4 additions & 0 deletions src/Components/WebAssembly/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
<!-- Avoid source build issues with WebAssembly -->
<ExcludeFromSourceOnlyBuild>true</ExcludeFromSourceOnlyBuild>
</PropertyGroup>

<PropertyGroup>
<WasmBootConfigFileName>dotnet.boot.js</WasmBootConfigFileName>
</PropertyGroup>
</Project>
Loading