We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258fe9a commit 3d3ed02Copy full SHA for 3d3ed02
src/OpenFeature.Contrib.Providers.Flagd/OpenFeature.Contrib.Providers.Flagd.csproj
@@ -28,7 +28,7 @@
28
<Protobuf Include="schemas\protobuf\flagd\evaluation\v1\evaluation.proto" GrpcServices="Client" />
29
<Protobuf Include="schemas\protobuf\flagd\sync\v1\sync.proto" GrpcServices="Client" />
30
<PackageReference Include="Google.Protobuf" Version="3.27.1" />
31
- <PackageReference Include="Grpc.Net.Client" Version="2.63.0" />
+ <PackageReference Include="Grpc.Net.Client" Version="2.64.0" />
32
<PackageReference Include="Grpc.Tools" Version="2.64.0">
33
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
34
<PrivateAssets>all</PrivateAssets>
0 commit comments