更新代码

yangw
锄头 3 months ago
parent 0c0fe0f0f0
commit 6cf187bb6a

@ -43,7 +43,8 @@
<HintPath>..\packages\Chloe.PostgreSQL.5.33.0\lib\net46\Chloe.PostgreSQL.dll</HintPath> <HintPath>..\packages\Chloe.PostgreSQL.5.33.0\lib\net46\Chloe.PostgreSQL.dll</HintPath>
</Reference> </Reference>
<Reference Include="HslCommunication, Version=12.1.0.0, Culture=neutral, PublicKeyToken=3d72ad3b6b5ec0e3, processorArchitecture=MSIL"> <Reference Include="HslCommunication, Version=12.1.0.0, Culture=neutral, PublicKeyToken=3d72ad3b6b5ec0e3, processorArchitecture=MSIL">
<HintPath>..\packages\HslCommunication.12.1.0\lib\net451\HslCommunication.dll</HintPath> <SpecificVersion>False</SpecificVersion>
<HintPath>..\Src\HslCommunication.dll</HintPath>
</Reference> </Reference>
<Reference Include="HslControls"> <Reference Include="HslControls">
<HintPath>..\Src\HslControls.dll</HintPath> <HintPath>..\Src\HslControls.dll</HintPath>

@ -3,7 +3,6 @@
<package id="Chloe" version="5.33.0" targetFramework="net48" /> <package id="Chloe" version="5.33.0" targetFramework="net48" />
<package id="Chloe.Extension" version="5.33.0" targetFramework="net48" /> <package id="Chloe.Extension" version="5.33.0" targetFramework="net48" />
<package id="Chloe.PostgreSQL" version="5.33.0" targetFramework="net48" /> <package id="Chloe.PostgreSQL" version="5.33.0" targetFramework="net48" />
<package id="HslCommunication" version="12.1.0" targetFramework="net48" />
<package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net48" /> <package id="Microsoft.Bcl.AsyncInterfaces" version="8.0.0" targetFramework="net48" />
<package id="Microsoft.Bcl.HashCode" version="1.1.1" targetFramework="net48" /> <package id="Microsoft.Bcl.HashCode" version="1.1.1" targetFramework="net48" />
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="8.0.0" targetFramework="net48" /> <package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="8.0.0" targetFramework="net48" />

Binary file not shown.

File diff suppressed because it is too large Load Diff

@ -31,9 +31,10 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="HslCommunication"> <Reference Include="HslCommunication, Version=12.1.0.0, Culture=neutral, PublicKeyToken=3d72ad3b6b5ec0e3, processorArchitecture=MSIL">
<Version>12.1.0</Version> <SpecificVersion>False</SpecificVersion>
</PackageReference> <HintPath>..\Src\HslCommunication.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualBasic" /> <Reference Include="Microsoft.VisualBasic" />
<PackageReference Include="NewLife.Core"> <PackageReference Include="NewLife.Core">
<Version>10.10.2024.902</Version> <Version>10.10.2024.902</Version>

Loading…
Cancel
Save