From 547ecfd48dd22fc75e80a2230e1c8acd2e7404cc Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 16 Apr 2015 19:46:18 -0700 Subject: [PATCH] Grpc.Core managed project now depends on native nuget packages with openssl and zlib --- src/csharp/Grpc.Core/Grpc.Core.csproj | 18 +++++++++++++++--- src/csharp/Grpc.Core/packages.config | 2 ++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/src/csharp/Grpc.Core/Grpc.Core.csproj b/src/csharp/Grpc.Core/Grpc.Core.csproj index 9deca3de10e..b4b42dfbf5b 100644 --- a/src/csharp/Grpc.Core/Grpc.Core.csproj +++ b/src/csharp/Grpc.Core/Grpc.Core.csproj @@ -1,5 +1,7 @@  + + Debug AnyCPU @@ -10,6 +12,7 @@ Grpc.Core Grpc.Core v4.5 + 8bb563fb true @@ -100,7 +103,16 @@ - - - + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + + + + + + + \ No newline at end of file diff --git a/src/csharp/Grpc.Core/packages.config b/src/csharp/Grpc.Core/packages.config index cf711ac3622..669c1dc625c 100644 --- a/src/csharp/Grpc.Core/packages.config +++ b/src/csharp/Grpc.Core/packages.config @@ -1,4 +1,6 @@  + + \ No newline at end of file