Skip to content

Commit

Permalink
Update System.Text.Json to 8.0.4 (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd committed Jul 10, 2024
1 parent 75c32f9 commit eb5416e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elastic.Transport/Elastic.Transport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' != 'net8.0'">
<PackageReference Include="System.Text.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />
</ItemGroup>

Expand Down

0 comments on commit eb5416e

Please sign in to comment.