Skip to content

Commit

Permalink
fix package dependency (#46609)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra authored Oct 14, 2024
1 parent 59c2c7a commit d5abc28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<!-- Depending on monthly deliverables, we may switch between PackageReference or ProjectReference. Keeping both here to make the switch easier. -->

<!-- FOR PUBLIC RELEASES, MUST USE PackageReference. THIS REQUIRES A STAGGERED RELEASE IF SHIPPING A NEW EXPORTER. -->
<!--<PackageReference Include="Azure.Monitor.OpenTelemetry.Exporter" />-->
<PackageReference Include="Azure.Monitor.OpenTelemetry.Exporter" />

<!-- FOR LOCAL DEV, ProjectReference IS PREFERRED. -->
<ProjectReference Include="..\..\Azure.Monitor.OpenTelemetry.Exporter\src\Azure.Monitor.OpenTelemetry.Exporter.csproj" />
<!--<ProjectReference Include="..\..\Azure.Monitor.OpenTelemetry.Exporter\src\Azure.Monitor.OpenTelemetry.Exporter.csproj" />-->
</ItemGroup>

<!-- Shared sources from Azure.Core -->
Expand Down

0 comments on commit d5abc28

Please sign in to comment.