From 400a993a2d37790618415f7f7e0451630e129089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Mon, 2 Dec 2024 16:40:30 +0100 Subject: [PATCH] [CSharp] Match AOT settings with JIT settings (#9430) * [CSharp] Match AOT settings with JIT settings JIT disables threadpool hillclimbing here: https://github.com/TechEmpower/FrameworkBenchmarks/blob/c0164be4be7c5ffca6b799b81e03eff6559bbb7a/frameworks/CSharp/aspnetcore/aspnetcore.dockerfile#L10C12-L10C32. AOT uses a different mechanism. * Update Platform.csproj --- frameworks/CSharp/aspnetcore/src/Platform/Platform.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frameworks/CSharp/aspnetcore/src/Platform/Platform.csproj b/frameworks/CSharp/aspnetcore/src/Platform/Platform.csproj index ef14e44b865..fa716bda4c7 100644 --- a/frameworks/CSharp/aspnetcore/src/Platform/Platform.csproj +++ b/frameworks/CSharp/aspnetcore/src/Platform/Platform.csproj @@ -28,5 +28,8 @@ $(MSBuildThisFileDirectory)Templates/**;$(DefaultItemExcludes) + + +