Skip to content

Commit

Permalink
Bump System.Text.Json
Browse files Browse the repository at this point in the history
Update System.Text.Json to .NET 8 preview 6.
  • Loading branch information
martincostello committed Aug 8, 2023
1 parent c634a5a commit 9c1dddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageVersion Update="System.Text.Json" Version="6.0.0" />
</ItemGroup>
<ItemGroup Condition=" '$(AssemblyName)' != 'JustEat.HttpClientInterception' ">
<PackageVersion Update="System.Text.Json" Version="8.0.0-preview.5.23280.8" />
<PackageVersion Update="System.Text.Json" Version="8.0.0-preview.6.23329.7" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" PrivateAssets="All" />
Expand Down

0 comments on commit 9c1dddb

Please sign in to comment.