From a78e9166c0dfab3af2fd93e38b28159fdf3bfe8d Mon Sep 17 00:00:00 2001 From: "charles.chen" Date: Wed, 13 Sep 2023 17:02:01 +0800 Subject: [PATCH] [modify]6.2.0-beta.230913.1 Cancel compile "annotations.proto" and "http.proto" directly, Change to depend on Google.Api.CommonProtos. - - When the user wants to use the grpc-gateway #import "google/api/annotations.proto"; in the custom proto file. The following situations can be avoided CS0433 : The type 'AnnotationsReflection' exists in both Google.Api.CommonProtos & dotnet-etcd --- dotnet-etcd/dotnet-etcd.csproj | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/dotnet-etcd/dotnet-etcd.csproj b/dotnet-etcd/dotnet-etcd.csproj index c2edbab..ae4be21 100644 --- a/dotnet-etcd/dotnet-etcd.csproj +++ b/dotnet-etcd/dotnet-etcd.csproj @@ -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. etcd grpc etcdv3 etcd3 false - 6.2.0-beta + 6.2.0-beta.230913.1 False LICENSE.md @@ -60,9 +60,10 @@ Advanced uses take advantage of the consistency guarantees to implement database - - - + + + + all runtime; build; native; contentfiles; analyzers @@ -76,9 +77,6 @@ Advanced uses take advantage of the consistency guarantees to implement database - - -