From 5ffb4c33dcffa83677370ee4e46ccee665ecedea Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 24 Feb 2015 09:07:42 -0800 Subject: [PATCH] Include grpc_csharp_ext.dll only under Windows --- src/csharp/Grpc.Core/Grpc.Core.csproj | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/csharp/Grpc.Core/Grpc.Core.csproj b/src/csharp/Grpc.Core/Grpc.Core.csproj index f88c9b373fe..b5c15ee374f 100644 --- a/src/csharp/Grpc.Core/Grpc.Core.csproj +++ b/src/csharp/Grpc.Core/Grpc.Core.csproj @@ -66,10 +66,17 @@ - - - PreserveNewest - - + + + + + + PreserveNewest + + + + + \ No newline at end of file