Upgrade newtonsoft.json to 13.0.1 to fix CG alert (#645)

This commit is contained in:
Min Huang 2022-07-25 19:15:44 +08:00 коммит произвёл GitHub
Родитель c8a15bfde9
Коммит afdf849020
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 0 удалений

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

@ -9,5 +9,6 @@
<NuGetVersionSharpZipLib>1.3.3</NuGetVersionSharpZipLib>
<NuGetVersionSystemConfigurationConfigurationManager>6.0.0</NuGetVersionSystemConfigurationConfigurationManager>
<NuGetVersionLuceneDotNet>3.0.3</NuGetVersionLuceneDotNet>
<NuGetVersionNewtonsoftJson>13.0.1</NuGetVersionNewtonsoftJson>
</PropertyGroup>
</Project>

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

@ -40,6 +40,7 @@
<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="$(NuGetVersionMonoCecil)" />
<PackageReference Include="Newtonsoft.Json" Version="$(NuGetVersionNewtonsoftJson)" />
<PackageReference Include="NUnit" Version="$(NuGetVersionNUnit)" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(NuGetVersionMicrosoftNETTestSdk)" />
<PackageReference Include="NUnit3TestAdapter" Version="$(NuGetVersionNUnit3TestAdapter)" />