Skip to content

Commit

Permalink
Re-enable interpreter on blazor by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Sep 3, 2021
1 parent 294dff1 commit f842b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Templates/src/templates/maui-blazor/MauiApp1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<AndroidVersionCode>1</AndroidVersionCode>

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

<ItemGroup>
Expand Down

0 comments on commit f842b0e

Please sign in to comment.