Skip to content

Commit

Permalink
fix: added NoWarn="NU5104" for OpenTelemetry gRPC Client instrumentat…
Browse files Browse the repository at this point in the history
…ion library
  • Loading branch information
tpz committed Feb 1, 2024
1 parent 244d281 commit 3a6bc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EvitaDB.Client/EvitaDB.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.7.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.GrpcNetClient" Version="1.6.0-beta.3" />
<PackageReference Include="OpenTelemetry.Instrumentation.GrpcNetClient" Version="1.6.0-beta.3" NoWarn="NU5104" />
<PackageReference Include="SauceControl.InheritDoc" Version="2.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 3a6bc07

Please sign in to comment.