Bump JsonPatch.Net from 2.0.5 to 2.0.6 (#1230)

Bumps [JsonPatch.Net](https://github.com/gregsdennis/json-everything) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/gregsdennis/json-everything/releases)
- [Commits](https://github.com/gregsdennis/json-everything/compare/patch-v2.0.5...patch-v2.0.6)

---
updated-dependencies:
- dependency-name: JsonPatch.Net
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-03-10 10:24:40 -08:00
committed by GitHub
parent c75cb050df
commit 4aa6728871
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JsonPatch.Net" Version="2.0.5" />
<PackageReference Include="JsonPatch.Net" Version="2.0.6" />
</ItemGroup>
</Project>