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