Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 3803029

Browse files
Bump Newtonsoft.Json in /src/ProjectFileTools.NuGetSearch
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@9.0.1...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0dac688 commit 3803029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ProjectFileTools.NuGetSearch/ProjectFileTools.NuGetSearch.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
<ItemGroup Condition="'$(TargetFramework)' == 'net46'">
1717
<Reference Include="System.ComponentModel.Composition" />
1818
<Reference Include="System.Net.Http" />
19-
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
19+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2020
</ItemGroup>
2121
<ItemGroup Condition="'$(TargetFramework)' != 'net46'">
22-
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
22+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
2323
<PackageReference Include="System.Net.Http" Version="4.3.4" />
2424
</ItemGroup>
2525
<ItemGroup>

0 commit comments

Comments
 (0)