Skip to content

Commit fe1fec1

Browse files
chore(deps): update dependency grpc.tools to 2.78.0
1 parent 08da785 commit fe1fec1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependency/proto/Proto.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Google.Protobuf.Tools" Version="3.33.2" />
1313
<PackageReference Include="Grpc" Version="2.46.6" />
1414
<PackageReference Include="Grpc.Core" Version="2.46.6" />
15-
<PackageReference Include="Grpc.Tools" Version="2.76.0">
15+
<PackageReference Include="Grpc.Tools" Version="2.78.0">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>

logic/Server/Server.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Google.Protobuf.Tools" Version="3.33.2" />
2424
<PackageReference Include="Grpc" Version="2.46.6" />
2525
<PackageReference Include="Grpc.Core" Version="2.46.6" />
26-
<PackageReference Include="Grpc.Tools" Version="2.76.0">
26+
<PackageReference Include="Grpc.Tools" Version="2.78.0">
2727
<PrivateAssets>all</PrivateAssets>
2828
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2929
</PackageReference>

0 commit comments

Comments
 (0)