diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-23 01:22:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-23 01:22:13 +0000 |
commit | a8e0b3fdbf25d332db7dbb72fdbfbcbfec1f188f (patch) | |
tree | b3682835464fb84fdfcb3002bc2e6bf18457c452 /windows/WinUI/packages.config | |
parent | 98af3c0dc192ea89df797dd45df7d7efe5ad3d09 (diff) | |
download | infinitytier-a8e0b3fdbf25d332db7dbb72fdbfbcbfec1f188f.tar.gz infinitytier-a8e0b3fdbf25d332db7dbb72fdbfbcbfec1f188f.zip |
Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /windows/WinUI
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](https://github.com/JamesNK/Newtonsoft.Json/compare/9.0.1...13.0.1)
---
updated-dependencies:
- dependency-name: Newtonsoft.Json
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'windows/WinUI/packages.config')
-rw-r--r-- | windows/WinUI/packages.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/WinUI/packages.config b/windows/WinUI/packages.config index e6803f84..bcd78b28 100644 --- a/windows/WinUI/packages.config +++ b/windows/WinUI/packages.config @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <packages> <package id="Hardcodet.NotifyIcon.Wpf" version="1.0.8" targetFramework="net45" /> - <package id="Newtonsoft.Json" version="9.0.1" targetFramework="net45" /> + <package id="Newtonsoft.Json" version="13.0.1" targetFramework="net45" /> </packages>
\ No newline at end of file |