Skip to content

Commit

Permalink
Update OpenTelemetry.Resources.AWS.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldman2 authored Oct 4, 2024
1 parent d99d56b commit 59cd1c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="OpenTelemetry" Version="$(OpenTelemetryCoreLatestVersion)" />
<PackageReference Include="System.Text.Json" Version="$(SystemTextJsonPkgVer)" />
<PackageReference Include="System.Text.Json" Version="$(SystemTextJsonPkgVer)" Condition="'$(TargetFrameworkIdentifier)' != '.NETCoreApp'" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 59cd1c9

Please sign in to comment.