Skip to content

Commit

Permalink
enable AOT for BlazorGL Samples
Browse files Browse the repository at this point in the history
  • Loading branch information
nkast committed Apr 20, 2024
1 parent 859efa8 commit fa8e14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/Samples.BlazorGL/Samples.BlazorGL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>$(DefineConstants);BLAZORGL</DefineConstants>
<RunAOTCompilation>False</RunAOTCompilation>
<RunAOTCompilation>True</RunAOTCompilation>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fa8e14f

Please sign in to comment.