We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a562a7 commit f07d99bCopy full SHA for f07d99b
src/OpenFeature.Contrib.Providers.Flagd/OpenFeature.Contrib.Providers.Flagd.csproj
@@ -25,7 +25,7 @@
25
<!-- The schema.proto file referenced here will be used to automatically generate the Grpc client when executing 'dotnet build' -->
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.1" />
+ <PackageReference Include="Google.Protobuf" Version="3.22.3" />
29
<PackageReference Include="Grpc.Net.Client" Version="2.51.0" />
30
<PackageReference Include="Grpc.Tools" Version="2.51.0">
31
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
0 commit comments