We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603bcbb commit 1ff1a73Copy full SHA for 1ff1a73
src/OpenFeature.Contrib.Providers.Flagd/OpenFeature.Contrib.Providers.Flagd.csproj
@@ -30,7 +30,7 @@
30
<Protobuf Include="schemas\protobuf\flagd\evaluation\v1\evaluation.proto" GrpcServices="Client" />
31
<Protobuf Include="schemas\protobuf\flagd\sync\v1\sync.proto" GrpcServices="Client" />
32
<PackageReference Include="Google.Protobuf" Version="3.30.2" />
33
- <PackageReference Include="Grpc.Net.Client" Version="2.70.0" />
+ <PackageReference Include="Grpc.Net.Client" Version="2.71.0" />
34
<PackageReference Include="Grpc.Tools" Version="2.71.0">
35
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
36
<PrivateAssets>all</PrivateAssets>
0 commit comments