aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Grpc.Core.csproj
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2017-07-24 17:11:35 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2017-07-26 14:18:01 +0200
commit633434aed2b7db1e206c884257b198e04f2bf60e (patch)
treeb145006ef038ea4d3ff0410147bac650c91b1ae9 /src/csharp/Grpc.Core/Grpc.Core.csproj
parent2c12d506fa8113bf3c4ce5949c762a5a8d9e8ee5 (diff)
dont run user handlers on grpc threadpool threads
Diffstat (limited to 'src/csharp/Grpc.Core/Grpc.Core.csproj')
-rwxr-xr-xsrc/csharp/Grpc.Core/Grpc.Core.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Core/Grpc.Core.csproj b/src/csharp/Grpc.Core/Grpc.Core.csproj
index 50358298f4..e32711c520 100755
--- a/src/csharp/Grpc.Core/Grpc.Core.csproj
+++ b/src/csharp/Grpc.Core/Grpc.Core.csproj
@@ -64,6 +64,7 @@
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard1.5' ">
<PackageReference Include="System.Runtime.Loader" Version="4.0.0" />
<PackageReference Include="System.Threading.Thread" Version="4.0.0" />
+ <PackageReference Include="System.Threading.ThreadPool" Version="4.0.0" />
</ItemGroup>
<Import Project="NativeDeps.csproj.include" />