[chore]Force specific Newtonsoft.Json version (#19093)

This commit is contained in:
Jaime Bernardo
2022-06-28 20:47:53 +01:00
committed by GitHub
parent 46cf9a2334
commit 3b542d2fdf
26 changed files with 26 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
<PackageReference Include="MSTest.TestAdapter" Version="2.2.3" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>