Remove unused Newtonsoft.Json package references (#22812)

* Remove unused Newtonsoft.Json package references
Replace with System.Text.Json in Settings test

* spellcheck

* Remove obsolete test

* Revert settings part

* Revert "Revert settings part"

This reverts commit ad2934ce0b.

* Increase JS heap size in CI
This commit is contained in:
Stefan Markovic
2022-12-16 18:46:07 +01:00
committed by GitHub
parent a6c13dcfbe
commit c2325181ea
30 changed files with 4 additions and 90 deletions

View File

@@ -26,7 +26,6 @@
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.0.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.3" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\common\PreviewHandlerCommon.csproj" />