Skip to content

Commit

Permalink
Add explicit depencency on recent Newtonsoft.Json
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Jul 20, 2023
1 parent efadfc9 commit 450b3fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PackageReference Include="Amazon.Lambda.SQSEvents" Version="2.1.0" />
<PackageReference Include="OpenTelemetry" Version="1.1.0" />
<PackageReference Include="OpenTelemetry.Contrib.Extensions.AWSXRay" Version="1.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 450b3fd

Please sign in to comment.