Skip to content

Commit

Permalink
[v3] Remove unnecessary System.Net.Http dependency from v3 (#5418)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Apr 30, 2024
1 parent 3e34546 commit 8b64b75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
<PackageReference Include="OpenTracing" Version="0.12.1" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' != '.NETFramework' ">
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">
<Reference Include="System.Net.Http" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
</ItemGroup>

<ItemGroup Condition=" !$(TargetFramework.StartsWith('net4')) ">
<PackageReference Include="System.Net.Http" Version="4.3.4" />

<!-- These are only required because we load Datadog.Trace using reflection -->
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.0.0" PrivateAssets="All" />
Expand Down

0 comments on commit 8b64b75

Please sign in to comment.