aboutsummaryrefslogtreecommitdiff
path: root/HelloGrpc
diff options
context:
space:
mode:
Diffstat (limited to 'HelloGrpc')
-rw-r--r--HelloGrpc/HelloGrpc.csproj10
1 files changed, 6 insertions, 4 deletions
diff --git a/HelloGrpc/HelloGrpc.csproj b/HelloGrpc/HelloGrpc.csproj
index 3651d20..72ba175 100644
--- a/HelloGrpc/HelloGrpc.csproj
+++ b/HelloGrpc/HelloGrpc.csproj
@@ -3,9 +3,11 @@
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Google.Protobuf" Version="3.5.1" />
- <PackageReference Include="Grpc" Version="1.9.0" />
- <PackageReference Include="Grpc.Tools" Version="1.6.1" />
- <PackageReference Include="Grpc.Tools.MsBuild.Unofficial" Version="1.0.44" />
+ <PackageReference Include="Google.Protobuf" Version="3.19.4" />
+ <PackageReference Include="Grpc" Version="2.44.0" />
+ <PackageReference Include="Grpc.Tools" Version="2.44.0" />
+ </ItemGroup>
+ <ItemGroup>
+ <Protobuf Include="hello.proto" />
</ItemGroup>
</Project>