Skip to content

Commit afdf849

Browse files
authored
Upgrade newtonsoft.json to 13.0.1 to fix CG alert (#645)
1 parent c8a15bf commit afdf849

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
<NuGetVersionSharpZipLib>1.3.3</NuGetVersionSharpZipLib>
1010
<NuGetVersionSystemConfigurationConfigurationManager>6.0.0</NuGetVersionSystemConfigurationConfigurationManager>
1111
<NuGetVersionLuceneDotNet>3.0.3</NuGetVersionLuceneDotNet>
12+
<NuGetVersionNewtonsoftJson>13.0.1</NuGetVersionNewtonsoftJson>
1213
</PropertyGroup>
1314
</Project>

mdoc/mdoc.Test/mdoc.Test.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
<ItemGroup>
4242
<PackageReference Include="Mono.Cecil" Version="$(NuGetVersionMonoCecil)" />
43+
<PackageReference Include="Newtonsoft.Json" Version="$(NuGetVersionNewtonsoftJson)" />
4344
<PackageReference Include="NUnit" Version="$(NuGetVersionNUnit)" />
4445
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(NuGetVersionMicrosoftNETTestSdk)" />
4546
<PackageReference Include="NUnit3TestAdapter" Version="$(NuGetVersionNUnit3TestAdapter)" />

0 commit comments

Comments
 (0)