Bumps [JsonPatch.Net](https://github.com/gregsdennis/json-everything) from 2.0.6 to 2.1.0. - [Commits](https://github.com/gregsdennis/json-everything/compare/patch-v2.0.6...patch-v2.1.0) --- updated-dependencies: - dependency-name: JsonPatch.Net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
12 lines
226 B
XML
12 lines
226 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="JsonPatch.Net" Version="2.1.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|