Skip to content

Commit

Permalink
Merge pull request #142 from bmazzarol/fix/lower-dep-version-bound
Browse files Browse the repository at this point in the history
fix: use the lowest supportable version of System.Text.Json
  • Loading branch information
bmazzarol authored Apr 19, 2024
2 parents 982902b + ff8deec commit 5a0f2bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ updates:
directory: /
schedule:
interval: monthly
ignore:
- dependency-name: "System.Text.Json"
groups:
all:
patterns:
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>
<!-- Project packages -->
<ItemGroup>
<PackageVersion Include="System.Text.Json" Version="8.0.3" />
<PackageVersion Include="System.Text.Json" Version="6.0.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
</ItemGroup>
<!-- Test packages -->
Expand Down

0 comments on commit 5a0f2bf

Please sign in to comment.