Browse Source

插件引用修改

callm 20 hours ago
parent
commit
81467e3fd1
2 changed files with 7 additions and 4 deletions
  1. 5 3
      UAS_PRINT/UAS_PRINT.csproj
  2. 2 1
      UAS_PRINT/packages.config

+ 5 - 3
UAS_PRINT/UAS_PRINT.csproj

@@ -50,14 +50,16 @@
       <SpecificVersion>False</SpecificVersion>
       <HintPath>.\FastReport.Editor.dll</HintPath>
     </Reference>
+    <Reference Include="HslCommunication, Version=12.8.2.0, Culture=neutral, PublicKeyToken=3d72ad3b6b5ec0e3, processorArchitecture=MSIL">
+      <HintPath>..\packages\HslCommunication.12.8.2\lib\net35\HslCommunication.dll</HintPath>
+    </Reference>
     <Reference Include="Interop.BarTender, Version=10.1.4.1, Culture=neutral, PublicKeyToken=109ff779a1b4cbc7, processorArchitecture=MSIL">
       <SpecificVersion>False</SpecificVersion>
       <EmbedInteropTypes>True</EmbedInteropTypes>
       <HintPath>..\UAS_MES_LT\Tool\Interop.BarTender.dll</HintPath>
     </Reference>
-    <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
-      <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
-      <Private>True</Private>
+    <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
+      <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net40\Newtonsoft.Json.dll</HintPath>
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Core" />

+ 2 - 1
UAS_PRINT/packages.config

@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <packages>
-  <package id="Newtonsoft.Json" version="11.0.2" targetFramework="net40" />
+  <package id="HslCommunication" version="12.8.2" targetFramework="net40" />
+  <package id="Newtonsoft.Json" version="13.0.1" targetFramework="net40" />
 </packages>