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 e777007 commit 0db8692Copy full SHA for 0db8692
src/OpenFeature.Contrib.Providers.Flagd/OpenFeature.Contrib.Providers.Flagd.csproj
@@ -30,7 +30,7 @@
30
<PackageReference Include="Semver" Version="2.3.0" />
31
<Protobuf Include="schemas\protobuf\flagd\evaluation\v1\evaluation.proto" GrpcServices="Client" />
32
<Protobuf Include="schemas\protobuf\flagd\sync\v1\sync.proto" GrpcServices="Client" />
33
- <PackageReference Include="Google.Protobuf" Version="3.23.4" />
+ <PackageReference Include="Google.Protobuf" Version="3.27.1" />
34
<PackageReference Include="Grpc.Net.Client" Version="2.59.0" />
35
<PackageReference Include="Grpc.Tools" Version="2.63.0">
36
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
0 commit comments