Skip to content

3.1.1

Compare
Choose a tag to compare
@bmazzarol bmazzarol released this 19 Apr 13:57
· 44 commits to main since this release
5a0f2bf

Use lowest supportable dependency versions

In the interest of maximising compatibility I have lower the required version of System.Text.Json the only dependency for this library to the lowest supportable version I can, 6.0.0.

This should increase the places this library can be used, such as within function apps, and will be my strategy going forwards. Limit the number of external dependencies (zero is the best number) and if I need to take one on, use its lowest supportable version.

What's Changed

  • fix: use the lowest supportable version of System.Text.Json by @bmazzarol in #142

Full Changelog: 3.1.0...3.1.1