fix nonexistent version warning for System.Threading.ThreadPool

pull/12333/head
Jan Tattermusch 8 years ago
parent 980744c436
commit 60c03d9b2a
  1. 2
      src/csharp/Grpc.Core/Grpc.Core.csproj

@ -65,7 +65,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" />
<PackageReference Include="System.Threading.ThreadPool" Version="4.0.10" />
</ItemGroup>
<Import Project="NativeDeps.csproj.include" />

Loading…
Cancel
Save