Skip to content

Commit bf0f536

Browse files
committed
Remove BlazorCacheBootResources as it has no effect
1 parent e1d8313 commit bf0f536

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
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-
<BlazorCacheBootResources>false</BlazorCacheBootResources>
9-
</PropertyGroup>
107
</Project>

src/Components/benchmarkapps/Wasm.Performance/TestApp/Wasm.Performance.TestApp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
Chrome in docker appears to run in to cache corruption issues when the cache is read multiple times over.
88
Client caching isn't part of our performance measurement, so we'll skip it.
99
-->
10-
<BlazorCacheBootResources>false</BlazorCacheBootResources>
1110
</PropertyGroup>
1211

1312
<ItemGroup>

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@
1919
<_Parameter2>true</_Parameter2>
2020
</AssemblyAttribute>
2121
</ItemGroup>
22-
<PropertyGroup>
23-
<BlazorCacheBootResources>false</BlazorCacheBootResources>
24-
</PropertyGroup>
25-
22+
2623
<ItemGroup>
2724
<!-- Enable RespectRequiredConstructorParametersDefault to test compatibility -->
2825
<RuntimeHostConfigurationOption Include="System.Text.Json.Serialization.RespectRequiredConstructorParametersDefault" Value="true" />

0 commit comments

Comments
 (0)