Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /WoWJsonDumper #96

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /WoWJsonDumper
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@11.0.2...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jun 22, 2022
commit e6dcb1e8c52027440626ccf84e9ff7c2cc3cc147
2 changes: 1 addition & 1 deletion WoWJsonDumper/WoWJsonDumper.csproj
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

<ItemGroup>