diff options
author | kpayson64 <kpayson@google.com> | 2016-08-22 19:46:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-22 19:46:00 -0700 |
commit | 8006ed3d942a394bc9d0057e58c9d56391af57f6 (patch) | |
tree | 6a2caafd882d1c10db686a8088456573091ba2f0 /test/distrib | |
parent | 1dfeee3487afb1dd4e27b29b50a105c33dce35f9 (diff) | |
parent | 03548cfef1fbd2202231dd4861e29cdb1f6d8df6 (diff) |
Merge pull request #7729 from apolcyn/update_to_sys_interactive
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 |