Skip to content

Commit 4ef0d99

Browse files
committed
更新nuget包到v4.1.0
1 parent 1c7cee0 commit 4ef0d99

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Client/Client.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<Reference Include="HslCommunication, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
35-
<HintPath>..\packages\HslCommunication.4.0.0\lib\HslCommunication.dll</HintPath>
34+
<Reference Include="HslCommunication, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
35+
<HintPath>..\packages\HslCommunication.4.1.0\lib\HslCommunication.dll</HintPath>
3636
</Reference>
3737
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
3838
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net35\Newtonsoft.Json.dll</HintPath>

Client/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="HslCommunication" version="4.0.0" targetFramework="net35" />
3+
<package id="HslCommunication" version="4.1.0" targetFramework="net35" />
44
<package id="Microsoft.Chart.Controls" version="3.5.30729" targetFramework="net35" />
55
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net35" />
66
</packages>

PlcReadTest/PlcReadTest.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
<WarningLevel>4</WarningLevel>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<Reference Include="HslCommunication, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
35-
<HintPath>..\packages\HslCommunication.4.0.0\lib\HslCommunication.dll</HintPath>
34+
<Reference Include="HslCommunication, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
35+
<HintPath>..\packages\HslCommunication.4.1.0\lib\HslCommunication.dll</HintPath>
3636
</Reference>
3737
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
3838
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net35\Newtonsoft.Json.dll</HintPath>

PlcReadTest/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="HslCommunication" version="4.0.0" targetFramework="net35" />
3+
<package id="HslCommunication" version="4.1.0" targetFramework="net35" />
44
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net35" />
55
</packages>

0 commit comments

Comments
 (0)