From 71762f826b9d9c81b898970fa4f35c24fd2e146a Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 9 Jul 2015 20:59:29 -0700 Subject: use System.Collections.Immutable instead of Microsoft.Bcl.Immutable --- src/csharp/Grpc.Core/Grpc.Core.csproj | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/csharp/Grpc.Core/Grpc.Core.csproj') diff --git a/src/csharp/Grpc.Core/Grpc.Core.csproj b/src/csharp/Grpc.Core/Grpc.Core.csproj index a36a6a5acc..0e67da3245 100644 --- a/src/csharp/Grpc.Core/Grpc.Core.csproj +++ b/src/csharp/Grpc.Core/Grpc.Core.csproj @@ -33,8 +33,9 @@ - - ..\packages\Microsoft.Bcl.Immutable.1.0.34\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll + + False + ..\packages\System.Collections.Immutable.1.1.36\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll ..\packages\Ix-Async.1.2.3\lib\net45\System.Interactive.Async.dll @@ -130,4 +131,4 @@ - + \ No newline at end of file -- cgit v1.2.3