Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuangmin-ms <huangmin@microsoft.com>2022-07-25 12:57:02 +0300
committerhuangmin-ms <huangmin@microsoft.com>2022-07-25 12:57:02 +0300
commit93d6196d2f69e15d2ba36e8691fb690e63414a6a (patch)
tree8eb9bb436ae6bd31bea7734df4465b6821780f36
parentc8a15bfde97b35ba55dbb0d4fdddc2ddb66084db (diff)
Upgrade newtonsoft.json to 13.0.1 to fix CG alertmh/fix-cg
-rw-r--r--Directory.Build.props1
-rw-r--r--mdoc/mdoc.Test/mdoc.Test.csproj1
2 files changed, 2 insertions, 0 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index 80437e56..98bf22a7 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -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> \ No newline at end of file
diff --git a/mdoc/mdoc.Test/mdoc.Test.csproj b/mdoc/mdoc.Test/mdoc.Test.csproj
index 5c5f87f7..1a4d2bf7 100644
--- a/mdoc/mdoc.Test/mdoc.Test.csproj
+++ b/mdoc/mdoc.Test/mdoc.Test.csproj
@@ -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)" />