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 9c15cc8 commit a03d625Copy full SHA for a03d625
frameworks/CSharp/aspnetcore/src/Platform/Platform.csproj
@@ -27,7 +27,9 @@
27
28
<PropertyGroup Condition="$(PublishAot) == 'true'">
29
<DefaultItemExcludes>$(MSBuildThisFileDirectory)Templates/**;$(DefaultItemExcludes)</DefaultItemExcludes>
30
- <RuntimeHostConfigurationOption Include="System.Threading.ThreadPool.HillClimbing.Disable" Value="true" />
31
</PropertyGroup>
+ <ItemGroup Condition="$(PublishAot) == 'true'">
32
+ <RuntimeHostConfigurationOption Include="System.Threading.ThreadPool.HillClimbing.Disable" Value="true" />
33
+ </ItemGroup>
34
35
</Project>
0 commit comments