Skip to content

Commit

Permalink
[Exporter.Geneva] Fix test dependency conflict (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishweshbankwar committed Jun 14, 2024
1 parent 119ff0c commit c513d14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
StrongNamer signs any unsigned assemblies present in the project dependencies -->
<PackageReference Include="StrongNamer" Version="0.2.5" />
<PackageReference Include="OpenTelemetry.Exporter.InMemory" Version="$(OpenTelemetryExporterInMemoryLatestPreReleasePkgVer)" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="$(OpenTelemetryCoreLatestVersion)" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="$(OTelSdkVersion)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c513d14

Please sign in to comment.