diff options
author | Alex Polcyn <apolcyn@google.com> | 2016-08-14 20:17:20 -0700 |
---|---|---|
committer | Alex Polcyn <apolcyn@google.com> | 2016-08-14 23:25:21 -0700 |
commit | ab394849d33057212037e160524b4e47e20f5556 (patch) | |
tree | 22bf16956c338b15e00bc2938bb2d538925325c4 /test/distrib | |
parent | 92b9d21f835b4d40427dde200c5c7ded938895e2 (diff) |
update to system interactive in distrib tests
Diffstat (limited to 'test/distrib')
-rw-r--r-- | test/distrib/csharp/DistribTest/DistribTest.csproj | 2 | ||||
-rw-r--r-- | test/distrib/csharp/DistribTest/packages.config | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/distrib/csharp/DistribTest/DistribTest.csproj b/test/distrib/csharp/DistribTest/DistribTest.csproj index 6ca03b2c80..0bff9ff3e0 100644 --- a/test/distrib/csharp/DistribTest/DistribTest.csproj +++ b/test/distrib/csharp/DistribTest/DistribTest.csproj @@ -65,7 +65,7 @@ <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Interactive.Async"> - <HintPath>..\packages\Ix-Async.1.2.3\lib\net45\System.Interactive.Async.dll</HintPath> + <HintPath>..\packages\System.Interactive.Async.3.0.0\lib\net45\System.Interactive.Async.dll</HintPath> </Reference> <Reference Include="System.Net" /> <Reference Include="System.Net.Http" /> diff --git a/test/distrib/csharp/DistribTest/packages.config b/test/distrib/csharp/DistribTest/packages.config index e5d2d9d383..84be8f76b5 100644 --- a/test/distrib/csharp/DistribTest/packages.config +++ b/test/distrib/csharp/DistribTest/packages.config @@ -6,6 +6,6 @@ <package id="Grpc" version="__GRPC_NUGET_VERSION__" targetFramework="net45" /> <package id="Grpc.Auth" version="__GRPC_NUGET_VERSION__" targetFramework="net45" /> <package id="Grpc.Core" version="__GRPC_NUGET_VERSION__" targetFramework="net45" /> - <package id="Ix-Async" version="1.2.3" targetFramework="net45" /> + <package id="System.Interactive.Async" version="3.0.0" targetFramework="net45" /> <package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" /> -</packages> +</packages>
\ No newline at end of file |