aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core/Grpc.Core.nuspec
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-05-26 10:53:21 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-05-26 10:53:21 -0700
commitb10ab57a88d030ffd2740162cdc2c99a32089a6d (patch)
tree677bf2c7567078360c1702d7e5e016967a047bbf /src/csharp/Grpc.Core/Grpc.Core.nuspec
parentbd024536e5dbc0f2a20210a6ee8438bcf393793c (diff)
parent592dfaed87ef953b22b1e48b64ae51ad915b5af9 (diff)
Merge branch 'master' of github.com:grpc/grpc into server_auth_context
Diffstat (limited to 'src/csharp/Grpc.Core/Grpc.Core.nuspec')
-rw-r--r--src/csharp/Grpc.Core/Grpc.Core.nuspec5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core/Grpc.Core.nuspec b/src/csharp/Grpc.Core/Grpc.Core.nuspec
index 5269881afa..69e8497bb7 100644
--- a/src/csharp/Grpc.Core/Grpc.Core.nuspec
+++ b/src/csharp/Grpc.Core/Grpc.Core.nuspec
@@ -17,10 +17,13 @@
<dependencies>
<dependency id="Microsoft.Bcl.Immutable" version="1.0.34" />
<dependency id="Ix-Async" version="1.2.3" />
- <dependency id="grpc.native.csharp_ext" version="0.8.0.0" />
+ <dependency id="grpc.native.csharp_ext" version="0.9.0.0" />
</dependencies>
</metadata>
<files>
<file src="bin/Release/Grpc.Core.dll" target="lib/net45" />
+ <file src="bin/Release/Grpc.Core.pdb" target="lib/net45" />
+ <file src="bin/Release/Grpc.Core.xml" target="lib/net45" />
+ <file src="**\*.cs" target="src" />
</files>
</package>