Skip to content

Commit

Permalink
chore(deps): Bump System.Text.Json from 6.0.9 to 6.0.10 in /src/IbanNet
Browse files Browse the repository at this point in the history
Bumps [System.Text.Json](https://github.com/dotnet/runtime) from 6.0.9 to 6.0.10.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v6.0.9...v6.0.10)

---
updated-dependencies:
- dependency-name: System.Text.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent d1e4514 commit 9c56360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IbanNet/IbanNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Text.Json" Version="6.0.9" Condition="'$(TargetFramework)'=='netstandard2.1'" />
<PackageReference Include="System.Text.Json" Version="6.0.10" Condition="'$(TargetFramework)'=='netstandard2.1'" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9c56360

Please sign in to comment.