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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>

View File

@ -39,17 +39,6 @@
<AdditionalFiles Include="..\..\codeAnalysis\StyleCop.json" Link="StyleCop.json" />
</ItemGroup>
<ItemGroup>
<COMReference Include="TwoWayIPCLibLib.dll">
<Guid>7e00d5a3-11df-45c1-a675-96e408bd5bf5</Guid>
<VersionMajor>1</VersionMajor>
<VersionMinor>0</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>false</Isolated>
</COMReference>
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="..\..\codeAnalysis\StyleCop.json" Link="StyleCop.json" />
</ItemGroup>