Skip to content

Commit 1d9766f

Browse files
Bump System.Text.Json from 5.0.2 to 8.0.4 in /Modio (#6)
Bumps System.Text.Json from 5.0.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 cfc56c9 commit 1d9766f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Modio/Modio.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
</ItemGroup>
2828

2929
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
30-
<PackageReference Include="System.Text.Json" Version="5.0.2" />
31-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
30+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
31+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
3232
</ItemGroup>
3333

3434
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
35-
<PackageReference Include="System.Text.Json" Version="5.0.2" />
35+
<PackageReference Include="System.Text.Json" Version="8.0.4" />
3636
</ItemGroup>
3737
</Project>

0 commit comments

Comments
 (0)