1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| <Project Sdk="Microsoft.NET.Sdk">
|
| <PropertyGroup>
| <TargetFramework>net6.0</TargetFramework>
| <ImplicitUsings>enable</ImplicitUsings>
| <Nullable>enable</Nullable>
| <Version>2.2.1</Version>
| <Description>新增罗克韦尔(AB)EtherNet/IP(CIP)通讯(WriteCustomer、ReadCustomer方法除西门子PLC之外仍不可用,使用时注意)</Description>
| </PropertyGroup>
|
| <ItemGroup>
| <PackageReference Include="HslCommunication" Version="11.6.4" />
| </ItemGroup>
|
| </Project>
|
|