Skip to content

Commit 678a5d5

Browse files
RedthJonathan Dick
authored andcommitted
Re-enable interpreter on blazor by default
1 parent ab16f9c commit 678a5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Templates/src/templates/maui-blazor/MauiApp.1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<AndroidVersionCode>1</AndroidVersionCode>
2121

2222
<!-- Required for C# Hot Reload -->
23-
<UseInterpreter Condition="'$(Configuration)' == 'Debug'">False</UseInterpreter>
23+
<UseInterpreter Condition="'$(Configuration)' == 'Debug'">True</UseInterpreter>
2424
</PropertyGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)