Skip to content

Commit

Permalink
[Extensions.AWS] Remove NuGet reference to System.Net.Http (#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrogers authored May 10, 2024
1 parent 707f575 commit 0eb824d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/OpenTelemetry.Extensions.AWS/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

* Update OpenTelemetry SDK version to `1.8.1`.
([#1668](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1668))
* Remove NuGet reference to `System.Net.Http`
([#1713](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1713))

## 1.3.0-beta.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

<ItemGroup>
<PackageReference Include="OpenTelemetry" Version="$(OpenTelemetryCoreLatestVersion)" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' Or '$(TargetFramework)' == '$(NetFrameworkMinimumSupportedVersion)'">
Expand Down

0 comments on commit 0eb824d

Please sign in to comment.