File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
<ItemGroup >
23
23
<PackageReference Include =" Google.Protobuf" Version =" 3.6.1" />
24
24
<PackageReference Include =" Google.Protobuf.Tools" Version =" 3.6.1" />
25
- <PackageReference Include =" Grpc.Core" Version =" 1.16 .0" />
26
- <PackageReference Include =" Grpc.Tools" Version =" 1.16 .0" >
25
+ <PackageReference Include =" Grpc.Core" Version =" 1.18 .0" />
26
+ <PackageReference Include =" Grpc.Tools" Version =" 1.18 .0" >
27
27
<PrivateAssets >All</PrivateAssets >
28
28
</PackageReference >
29
29
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.1.1" />
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ setlocal
35
35
cd /d %~dp0
36
36
37
37
set NUGET_PATH = %UserProfile% \.nuget\packages
38
- set GRPC_TOOLS_PATH = %NUGET_PATH% \grpc.tools\1.16 .0\tools\windows_x86
38
+ set GRPC_TOOLS_PATH = %NUGET_PATH% \grpc.tools\1.18 .0\tools\windows_x86
39
39
set PROTO_PATH = .\azure-functions-language-worker-protobuf\src\proto
40
40
set PROTO = .\azure-functions-language-worker-protobuf\src\proto\FunctionRpc.proto
41
41
set PROTOBUF_TOOLS = %NUGET_PATH% \google.protobuf.tools\3.6.1\tools
Original file line number Diff line number Diff line change 49
49
NUGET_PATH=$NUGET_ROOT /packages
50
50
fi
51
51
52
- GRPC_TOOLS_PATH=$NUGET_PATH /grpc.tools/1.16 .0/tools/$PLATFORM
52
+ GRPC_TOOLS_PATH=$NUGET_PATH /grpc.tools/1.18 .0/tools/$PLATFORM
53
53
PROTO_PATH=./azure-functions-language-worker-protobuf/src/proto
54
54
PROTOBUF_TOOLS=$NUGET_PATH /google.protobuf.tools/3.6.1/tools
55
55
PROTO=./azure-functions-language-worker-protobuf/src/proto/FunctionRpc.proto
Original file line number Diff line number Diff line change 29
29
30
30
<ItemGroup >
31
31
<PackageReference Include =" Google.Protobuf" Version =" 3.6.1" />
32
- <PackageReference Include =" Grpc.Core" Version =" 1.16 .0" />
32
+ <PackageReference Include =" Grpc.Core" Version =" 1.18 .0" />
33
33
<PackageReference Include =" Microsoft.ApplicationInsights" Version =" 2.7.2" />
34
34
<PackageReference Include =" Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version =" 2.1.3" >
35
35
<NoWarn >NU1701</NoWarn >
You can’t perform that action at this time.
0 commit comments