Bumps [JsonPatch.Net](https://github.com/gregsdennis/json-everything) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/gregsdennis/json-everything/releases) - [Commits](https://github.com/gregsdennis/json-everything/compare/patch-v2.0.3...patch-v2.0.4) --- updated-dependencies: - dependency-name: JsonPatch.Net dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
310 B
XML
14 lines
310 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="JsonPatch.Net" Version="2.0.4" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|