Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dependce] The type 'AnnotationsReflection' exists in both Google.Api.CommonProtos & dotnet-etcd #187

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions dotnet-etcd/dotnet-etcd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Your applications can read and write data into etcd. A simple use-case is to sto
Advanced uses take advantage of the consistency guarantees to implement database leader elections or do distributed locking across a cluster of workers.</Description>
<PackageTags>etcd grpc etcdv3 etcd3</PackageTags>
<SignAssembly>false</SignAssembly>
<Version>6.2.0-beta</Version>
<Version>6.2.0-beta.230913.1</Version>
<AutoGenerateBindingRedirects>False</AutoGenerateBindingRedirects>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageIconUrl />
Expand Down Expand Up @@ -60,9 +60,10 @@ Advanced uses take advantage of the consistency guarantees to implement database


<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.21.10" />
<PackageReference Include="Grpc.Net.Client" Version="2.50.0" />
<PackageReference Include="Grpc.Tools" Version="2.51.0">
<PackageReference Include="Google.Api.CommonProtos" Version="2.5.0" />
<PackageReference Include="Google.Protobuf" Version="3.23.1" />
<PackageReference Include="Grpc.Net.Client" Version="2.57.0" />
<PackageReference Include="Grpc.Tools" Version="2.57.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand All @@ -76,9 +77,6 @@ Advanced uses take advantage of the consistency guarantees to implement database
<Protobuf Include="grpc\proto\etcd\version.proto" GrpcServices="Client" />

<Protobuf Include="grpc\proto\gogoproto\gogo.proto" GrpcServices="Client" />

<Protobuf Include="grpc\proto\google\api\annotations.proto" GrpcServices="Client" />
<Protobuf Include="grpc\proto\google\api\http.proto" GrpcServices="Client" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading