Skip to content

Commit fb5704d

Browse files
committed
Enable preloading in tests
1 parent 0de0a76 commit fb5704d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Components/WebAssembly/Directory.Build.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@
44
<!-- Avoid source build issues with WebAssembly -->
55
<ExcludeFromSourceOnlyBuild>true</ExcludeFromSourceOnlyBuild>
66
</PropertyGroup>
7-
<PropertyGroup>
8-
<WasmPreloadAssets>false</WasmPreloadAssets>
9-
</PropertyGroup>
107
</Project>

src/Components/test/testassets/Directory.Build.props

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@
1919
<_Parameter2>true</_Parameter2>
2020
</AssemblyAttribute>
2121
</ItemGroup>
22-
<PropertyGroup>
23-
<WasmPreloadAssets>false</WasmPreloadAssets>
24-
</PropertyGroup>
2522
</Project>

0 commit comments

Comments
 (0)