Skip to content

Commit fbb04ab

Browse files
committed
fix C# net45 distribtests
1 parent 140d8dc commit fbb04ab

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/distrib/csharp/DistribTest/DistribTest.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
<Reference Include="Grpc.Core">
6363
<HintPath>..\packages\Grpc.Core.__GRPC_NUGET_VERSION__\lib\net45\Grpc.Core.dll</HintPath>
6464
</Reference>
65+
<Reference Include="Grpc.Core.Api">
66+
<HintPath>..\packages\Grpc.Core.Api.__GRPC_NUGET_VERSION__\lib\net45\Grpc.Core.Api.dll</HintPath>
67+
</Reference>
6568
<Reference Include="System" />
6669
<Reference Include="System.Core" />
6770
<Reference Include="System.Interactive.Async">

test/distrib/csharp/DistribTest/packages.config

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<package id="Grpc" version="__GRPC_NUGET_VERSION__" targetFramework="net45" />
77
<package id="Grpc.Auth" version="__GRPC_NUGET_VERSION__" targetFramework="net45" />
88
<package id="Grpc.Core" version="__GRPC_NUGET_VERSION__" targetFramework="net45" />
9+
<package id="Grpc.Core.Api" version="__GRPC_NUGET_VERSION__" targetFramework="net45" />
910
<package id="Grpc.Tools" version="__GRPC_NUGET_VERSION__" targetFramework="net45" />
1011
<package id="System.Interactive.Async" version="3.0.0" targetFramework="net45" />
1112
<package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" />

0 commit comments

Comments
 (0)