We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fa93e commit 892b642Copy full SHA for 892b642
src/Workspaces/Core/Portable/Microsoft.CodeAnalysis.Workspaces.csproj
@@ -8,6 +8,7 @@
8
<TargetFrameworks>netcoreapp3.1;netstandard2.0</TargetFrameworks>
9
<DefineConstants>$(DefineConstants);WORKSPACE</DefineConstants>
10
<GeneratePerformanceSensitiveAttribute>true</GeneratePerformanceSensitiveAttribute>
11
+ <ApplyNgenOptimization>partial</ApplyNgenOptimization>
12
13
<!-- NuGet -->
14
<IsPackable>true</IsPackable>
0 commit comments