Skip to content

Commit a03d625

Browse files
Update Platform.csproj
1 parent 9c15cc8 commit a03d625

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frameworks/CSharp/aspnetcore/src/Platform/Platform.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727

2828
<PropertyGroup Condition="$(PublishAot) == 'true'">
2929
<DefaultItemExcludes>$(MSBuildThisFileDirectory)Templates/**;$(DefaultItemExcludes)</DefaultItemExcludes>
30-
<RuntimeHostConfigurationOption Include="System.Threading.ThreadPool.HillClimbing.Disable" Value="true" />
3130
</PropertyGroup>
31+
<ItemGroup Condition="$(PublishAot) == 'true'">
32+
<RuntimeHostConfigurationOption Include="System.Threading.ThreadPool.HillClimbing.Disable" Value="true" />
33+
</ItemGroup>
3234

3335
</Project>

0 commit comments

Comments
 (0)