Upgrade newtonsoft.json to 13.0.1 to fix CG alert (#645)
This commit is contained in:
Родитель
c8a15bfde9
Коммит
afdf849020
|
@ -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)" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче