aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples/Grpc.Examples.csproj
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-05-18 14:28:22 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-05-20 10:55:54 -0700
commit7ca6179c666273c850e09f5ecbfc757d653c29ef (patch)
tree4e05e45b188d55415a6bf3f8b8dbf9197df291f5 /src/csharp/Grpc.Examples/Grpc.Examples.csproj
parent04ae923a52e8b2f61866a7e18e240fbb258969e9 (diff)
Make IAsyncReadStream use IAsyncEnumerator from Ix-Async
Diffstat (limited to 'src/csharp/Grpc.Examples/Grpc.Examples.csproj')
-rw-r--r--src/csharp/Grpc.Examples/Grpc.Examples.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/csharp/Grpc.Examples/Grpc.Examples.csproj b/src/csharp/Grpc.Examples/Grpc.Examples.csproj
index 2c5019c214..5ce490f403 100644
--- a/src/csharp/Grpc.Examples/Grpc.Examples.csproj
+++ b/src/csharp/Grpc.Examples/Grpc.Examples.csproj
@@ -35,6 +35,9 @@
<Reference Include="Google.ProtocolBuffers">
<HintPath>..\packages\Google.ProtocolBuffers.2.4.1.521\lib\net40\Google.ProtocolBuffers.dll</HintPath>
</Reference>
+ <Reference Include="System.Interactive.Async">
+ <HintPath>..\packages\Ix-Async.1.2.3\lib\net45\System.Interactive.Async.dll</HintPath>
+ </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />