Bump Newtonsoft.Json in /samples/ChangeFeedMigrationTool

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/10.0.3...13.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-07 19:31:01 +00:00 коммит произвёл GitHub
Родитель 221016cb51
Коммит 35ce35c2ef
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2,5 +2,5 @@
<packages>
<package id="Microsoft.Azure.DocumentDB" version="1.17.0" targetFramework="net47" />
<package id="Microsoft.Azure.DocumentDB.ChangeFeedProcessor" version="1.1.0" targetFramework="net47" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net47" />
<package id="Newtonsoft.Json" version="13.0.2" targetFramework="net47" />
</packages>