Skip to content

Commit

Permalink
fixing grpc dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinrfr committed Jul 4, 2022
1 parent cf7b1cd commit de18ab9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
File renamed without changes.
15 changes: 8 additions & 7 deletions grpc-client-console/grpc-client-console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Grpc.Net.Client" Version="2.30.0" />
<PackageReference Include="Google.Protobuf" Version="3.12.4" />
<PackageReference Include="Grpc.Tools" Version="2.30.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Grpc.Core" Version="2.30.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.40.0" />
<!-- <PackageReference Include="Grpc.Net.Client" Version="2.30.0" />-->
<!-- <PackageReference Include="Google.Protobuf" Version="3.12.4" />-->
<!-- <PackageReference Include="Grpc.Tools" Version="2.30.0">-->
<!-- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>-->
<!-- <PrivateAssets>all</PrivateAssets>-->
<!-- </PackageReference>-->
<!-- <PackageReference Include="Grpc.Core" Version="2.30.0" />-->
</ItemGroup>
<ItemGroup>
<Folder Include="Protos\" />
Expand Down
2 changes: 1 addition & 1 deletion grpc-server/grpc-server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="2.27.0" />
<PackageReference Include="Grpc.AspNetCore" Version="2.40.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Services\v1\" />
Expand Down

0 comments on commit de18ab9

Please sign in to comment.