Skip to content

Commit d888cd5

Browse files
pragnagopafabiocav
authored andcommitted
Update Grpc
1 parent 9b7c0fa commit d888cd5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/WebJobs.Script.Grpc/WebJobs.Script.Grpc.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<ItemGroup>
2323
<PackageReference Include="Google.Protobuf" Version="3.6.1" />
2424
<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">
2727
<PrivateAssets>All</PrivateAssets>
2828
</PackageReference>
2929
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.1.1" />

src/WebJobs.Script.Grpc/generate_protos.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ setlocal
3535
cd /d %~dp0
3636

3737
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
3939
set PROTO_PATH=.\azure-functions-language-worker-protobuf\src\proto
4040
set PROTO=.\azure-functions-language-worker-protobuf\src\proto\FunctionRpc.proto
4141
set PROTOBUF_TOOLS=%NUGET_PATH%\google.protobuf.tools\3.6.1\tools

src/WebJobs.Script.Grpc/generate_protos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ else
4949
NUGET_PATH=$NUGET_ROOT/packages
5050
fi
5151

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
5353
PROTO_PATH=./azure-functions-language-worker-protobuf/src/proto
5454
PROTOBUF_TOOLS=$NUGET_PATH/google.protobuf.tools/3.6.1/tools
5555
PROTO=./azure-functions-language-worker-protobuf/src/proto/FunctionRpc.proto

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<ItemGroup>
3131
<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" />
3333
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.7.2" />
3434
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.1.3">
3535
<NoWarn>NU1701</NoWarn>

0 commit comments

Comments
 (0)