aboutsummaryrefslogtreecommitdiff
path: root/HelloGrpc/HelloGrpc.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'HelloGrpc/HelloGrpc.csproj')
-rw-r--r--HelloGrpc/HelloGrpc.csproj12
1 files changed, 7 insertions, 5 deletions
diff --git a/HelloGrpc/HelloGrpc.csproj b/HelloGrpc/HelloGrpc.csproj
index e5d5a5c..72ba175 100644
--- a/HelloGrpc/HelloGrpc.csproj
+++ b/HelloGrpc/HelloGrpc.csproj
@@ -1,11 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
+ <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>