Skip to content

Commit bb12076

Browse files
deps: Bump Google.Protobuf from 3.29.3 to 3.34.0
--- updated-dependencies: - dependency-name: Google.Protobuf dependency-version: 3.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2332af0 commit bb12076

1 file changed

Lines changed: 31 additions & 31 deletions

File tree

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<TargetFramework>net10.0</TargetFramework>
5-
<LangVersion>14.0</LangVersion>
6-
<Nullable>enable</Nullable>
7-
<ImplicitUsings>enable</ImplicitUsings>
8-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9-
10-
<!-- Assembly info -->
11-
<AssemblyName>SharpCoreDB.Server.Protocol</AssemblyName>
12-
<Version>1.5.0</Version>
13-
<Description>Network protocol definitions for SharpCoreDB server (gRPC, binary, HTTP)</Description>
14-
</PropertyGroup>
15-
16-
<ItemGroup>
17-
<!-- gRPC & Protobuf (latest stable for .NET 10) -->
18-
<PackageReference Include="Grpc.Core.Api" Version="2.70.0" />
19-
<PackageReference Include="Grpc.Tools" Version="2.70.0" PrivateAssets="All" />
20-
<PackageReference Include="Google.Protobuf" Version="3.29.3" />
21-
22-
<!-- Include .proto files -->
23-
<Protobuf Include="Protos\*.proto" GrpcServices="Both" />
24-
</ItemGroup>
25-
26-
<ItemGroup>
27-
<!-- Folder for proto files -->
28-
<None Remove="Protos\**\*.proto" />
29-
</ItemGroup>
30-
31-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<TargetFramework>net10.0</TargetFramework>
5+
<LangVersion>14.0</LangVersion>
6+
<Nullable>enable</Nullable>
7+
<ImplicitUsings>enable</ImplicitUsings>
8+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
9+
10+
<!-- Assembly info -->
11+
<AssemblyName>SharpCoreDB.Server.Protocol</AssemblyName>
12+
<Version>1.5.0</Version>
13+
<Description>Network protocol definitions for SharpCoreDB server (gRPC, binary, HTTP)</Description>
14+
</PropertyGroup>
15+
16+
<ItemGroup>
17+
<!-- gRPC & Protobuf (latest stable for .NET 10) -->
18+
<PackageReference Include="Grpc.Core.Api" Version="2.70.0" />
19+
<PackageReference Include="Grpc.Tools" Version="2.70.0" PrivateAssets="All" />
20+
<PackageReference Include="Google.Protobuf" Version="3.34.0" />
21+
22+
<!-- Include .proto files -->
23+
<Protobuf Include="Protos\*.proto" GrpcServices="Both" />
24+
</ItemGroup>
25+
26+
<ItemGroup>
27+
<!-- Folder for proto files -->
28+
<None Remove="Protos\**\*.proto" />
29+
</ItemGroup>
30+
31+
</Project>

0 commit comments

Comments
 (0)