zzz 9 months ago
parent
commit
7cd3970705
2 changed files with 4 additions and 1 deletions
  1. 3 0
      CCunMI.csproj
  2. 1 1
      packages.config

+ 3 - 0
CCunMI.csproj

@@ -34,6 +34,9 @@
     <PlatformTarget>x86</PlatformTarget>
   </PropertyGroup>
   <ItemGroup>
+    <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
+      <HintPath>packages\Portable.BouncyCastle.1.9.0\lib\net40\BouncyCastle.Crypto.dll</HintPath>
+    </Reference>
     <Reference Include="FastReport, Version=2020.3.7.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
       <HintPath>C:\Program Files (x86)\FastReports\FastReport.Net Trial\FastReport.dll</HintPath>

+ 1 - 1
packages.config

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <packages>
-  <package id="BouncyCastle" version="1.8.9" targetFramework="net461" />
   <package id="Newtonsoft.Json" version="12.0.1" targetFramework="net45" />
+  <package id="Portable.BouncyCastle" version="1.9.0" targetFramework="net461" />
   <package id="SunnyUI" version="3.1.5" targetFramework="net45" />
   <package id="SunnyUI.Common" version="3.1.2" targetFramework="net45" />
 </packages>