Skip to content

Commit 926cc60

Browse files
Bump System.Text.Json (#147)
Bumps System.Text.Json from 4.7.2 to 8.0.4. --- updated-dependencies: - dependency-name: System.Text.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 423a4ab commit 926cc60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ModeratorFrontEnd/AIForOrcas/AIForOrcas.DTO/AIForOrcas.DTO.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
17-
<PackageReference Include="System.Text.Json" Version="4.7.2" />
17+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
1818
</ItemGroup>
1919

2020
</Project>

ModeratorFrontEnd/AIForOrcas/AIForOrcas.Server.BL/AIForOrcas.Server.BL.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<ItemGroup>
88
<PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="3.1.9" />
99
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
10-
<PackageReference Include="System.Text.Json" Version="4.7.2" />
10+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)