There was an error while loading. Please reload this page.
1 parent a94ba4b commit 2c02209Copy full SHA for 2c02209
src/Components/WebAssembly/Directory.Build.props
@@ -4,4 +4,7 @@
4
<!-- Avoid source build issues with WebAssembly -->
5
<ExcludeFromSourceOnlyBuild>true</ExcludeFromSourceOnlyBuild>
6
</PropertyGroup>
7
+ <PropertyGroup>
8
+ <WasmInlineBootConfig>false</WasmInlineBootConfig>
9
+ </PropertyGroup>
10
</Project>
src/Components/test/testassets/Directory.Build.props
@@ -19,4 +19,7 @@
19
<_Parameter2>true</_Parameter2>
20
</AssemblyAttribute>
21
</ItemGroup>
22
23
24
25
0 commit comments