File tree 2 files changed +4
-0
lines changed
test/distrib/csharp/DistribTest
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 62
62
<Reference Include =" Grpc.Core" >
63
63
<HintPath >..\packages\Grpc.Core.__GRPC_NUGET_VERSION__\lib\net45\Grpc.Core.dll</HintPath >
64
64
</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 >
65
68
<Reference Include =" System" />
66
69
<Reference Include =" System.Core" />
67
70
<Reference Include =" System.Interactive.Async" >
Original file line number Diff line number Diff line change 6
6
<package id =" Grpc" version =" __GRPC_NUGET_VERSION__" targetFramework =" net45" />
7
7
<package id =" Grpc.Auth" version =" __GRPC_NUGET_VERSION__" targetFramework =" net45" />
8
8
<package id =" Grpc.Core" version =" __GRPC_NUGET_VERSION__" targetFramework =" net45" />
9
+ <package id =" Grpc.Core.Api" version =" __GRPC_NUGET_VERSION__" targetFramework =" net45" />
9
10
<package id =" Grpc.Tools" version =" __GRPC_NUGET_VERSION__" targetFramework =" net45" />
10
11
<package id =" System.Interactive.Async" version =" 3.0.0" targetFramework =" net45" />
11
12
<package id =" Newtonsoft.Json" version =" 7.0.1" targetFramework =" net45" />
You can’t perform that action at this time.
0 commit comments