We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f8144b commit 8aac8a8Copy full SHA for 8aac8a8
src/OpenFeature.Contrib.Providers.Flagd/OpenFeature.Contrib.Providers.Flagd.csproj
@@ -26,7 +26,7 @@
26
<!-- The generated files will be placed in ./obj/Debug/netstandard2.0/Protos -->
27
<Protobuf Include="schemas\protobuf\schema\v1\schema.proto" GrpcServices="Client" />
28
<PackageReference Include="Google.Protobuf" Version="3.22.4" />
29
- <PackageReference Include="Grpc.Net.Client" Version="2.52.0" />
+ <PackageReference Include="Grpc.Net.Client" Version="2.55.0" />
30
<PackageReference Include="Grpc.Tools" Version="2.56.2">
31
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
32
<PrivateAssets>all</PrivateAssets>
0 commit comments