This commit is contained in:
lxmou666 2021-02-17 09:55:22 +08:00
parent 8423cfdfe6
commit eccc26c6c4
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="OpenCvSharp4.runtime.win" Version="4.5.1.20201229" />
<PackageReference Include="OpenCvSharp4.WpfExtensions" Version="4.5.1.20201229" />
<PackageReference Include="zlib.net" Version="1.0.4" />
<PackageReference Include="zlib.net-mutliplatform" Version="1.0.4" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' != 'net45'">
<PackageReference Include="System.Text.Encoding.CodePages" Version="5.0.0" />

View File

@ -1,11 +1,11 @@
using Newtonsoft.Json;
using ComponentAce.Compression.Libs.zlib;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Security.Cryptography;
using System.Text;
using zlib;
namespace JianGongYun.TRTC.Utils
{