Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Brandenburg <rybrande@microsoft.com>2021-06-04 02:07:39 +0300
committerRyan Brandenburg <rybrande@microsoft.com>2021-06-04 02:07:39 +0300
commit807d24750ef07a02c9640557690e4eb205b8a169 (patch)
treeab032938d2d8957cbe51275aeb918e33e40260b2
parentbaeb595fbd4df18135a47d081b666155c5f21776 (diff)
ApplyNgenOptimization full on Microsoft.AspNetCore.Razor.Languagerybrande/NGen
-rw-r--r--src/Razor/Microsoft.AspNetCore.Razor.Language/src/Microsoft.AspNetCore.Razor.Language.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Razor/Microsoft.AspNetCore.Razor.Language/src/Microsoft.AspNetCore.Razor.Language.csproj b/src/Razor/Microsoft.AspNetCore.Razor.Language/src/Microsoft.AspNetCore.Razor.Language.csproj
index 38d03b2a1d..2826fabb3a 100644
--- a/src/Razor/Microsoft.AspNetCore.Razor.Language/src/Microsoft.AspNetCore.Razor.Language.csproj
+++ b/src/Razor/Microsoft.AspNetCore.Razor.Language/src/Microsoft.AspNetCore.Razor.Language.csproj
@@ -6,6 +6,8 @@
<PublishWindowsPdb>true</PublishWindowsPdb>
<!-- Need to build this project in source build -->
<ExcludeFromSourceBuild>false</ExcludeFromSourceBuild>
+
+ <ApplyNgenOptimization>full</ApplyNgenOptimization>
</PropertyGroup>
<ItemGroup>