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

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle White <kywhi@microsoft.com>2022-09-30 16:52:54 +0300
committerKyle White <kywhi@microsoft.com>2022-09-30 16:52:54 +0300
commit2583c1047d3c25ebea69229493341e5e8cfe0677 (patch)
treed495a4b8874aec9ade817751e56b704a354c4824
parent32113dc2b383adbc8ce09ffa0149378cfe987b8d (diff)
Update to Newtonsoft.Json 13.0.1
By default Microsoft.Net.Test.Sdk bring in Newtonsoft 9.0.1, but that has a vulnerbility to fix, so explicitly references the updated Newtonsoft with the fix, 13.0.1
-rw-r--r--Test/UnitTests/UnitTests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/UnitTests/UnitTests.csproj b/Test/UnitTests/UnitTests.csproj
index 30badc8..263f64d 100644
--- a/Test/UnitTests/UnitTests.csproj
+++ b/Test/UnitTests/UnitTests.csproj
@@ -18,6 +18,7 @@
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="Microsoft.Net.Test.Sdk" Version="17.3.1" />
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj" />