Skip to content

Commit 53ba9b2

Browse files
authored
Update to public UseRazorSourceGenerator property (#33431)
1 parent 2cd96fe commit 53ba9b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Clien caching isn't part of our performance measurement, so we'll skip it.
99
-->
1010
<BlazorCacheBootResources>false</BlazorCacheBootResources>
11-
<_UseRazorSourceGenerator>false</_UseRazorSourceGenerator>
11+
<UseRazorSourceGenerator>false</UseRazorSourceGenerator>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

src/Components/test/testassets/BasicTestApp/BasicTestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- Project supports more than one language -->
1313
<BlazorWebAssemblyLoadAllGlobalizationData>true</BlazorWebAssemblyLoadAllGlobalizationData>
14-
<_UseRazorSourceGenerator>false</_UseRazorSourceGenerator>
14+
<UseRazorSourceGenerator>false</UseRazorSourceGenerator>
1515
</PropertyGroup>
1616

1717
<PropertyGroup Condition="'$(TestTrimmedApps)' == 'true'">

0 commit comments

Comments
 (0)