Fix incompatible assemblies building issues (#2394)

* Remove reference to TwoWayIPCLib
* Downgraded System.Text.Json package in Settings.Lib
This commit is contained in:
Tomas Agustin Raies
2020-04-26 16:44:14 -07:00
committed by GitHub
parent 38ecc82e97
commit 4946daeea4
2 changed files with 1 additions and 12 deletions

View File

@@ -28,7 +28,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="System.Text.Json" Version="4.7.1" />
<PackageReference Include="System.Text.Json" Version="4.7.0" />
</ItemGroup>
<ItemGroup>