Skip to content

Commit

Permalink
fix library name
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshnj committed Feb 6, 2025
1 parent 46c6937 commit be91544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tracer/src/Datadog.Trace/Datadog.Trace.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!-- NuGet -->
Expand Down Expand Up @@ -62,7 +62,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="ganeshnj.libdatadog" Version="42.0.1" />
<PackageReference Include="libdatadog" Version="42.0.1" />
<PackageReference Include="Fody" Version="6.8.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit be91544

Please sign in to comment.