Skip to content

Commit

Permalink
UI.csproj: added RunAOTCompilation flag back. Going to publish 2 apps…
Browse files Browse the repository at this point in the history
… later - with and without AOT.
  • Loading branch information
iSeiryu committed Jan 5, 2024
1 parent a5eabba commit c8ed1c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BlazorExperiments/BlazorExperiments.UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RunAOTCompilation>true</RunAOTCompilation>
<InvariantGlobalization>true</InvariantGlobalization>
<BlazorEnableTimeZoneSupport>false</BlazorEnableTimeZoneSupport>
<BlazorWebAssemblyPreserveCollationData>false</BlazorWebAssemblyPreserveCollationData>
Expand Down

0 comments on commit c8ed1c4

Please sign in to comment.