Skip to content

Commit

Permalink
enforce System.Text.Json version 8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ntruchsess committed Jul 26, 2024
1 parent b4b2179 commit 750c3a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hub/PolicyHub.Service/PolicyHub.Service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<PackageReference Include="System.Json" Version="4.7.1" />
<PackageReference Include="System.Linq" Version="4.3.0" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 750c3a2

Please sign in to comment.