1
WINDOWS-F96JH03\Kain
2026-03-17 0df3cb7492523f7a1ce37d0a1c7e4a79eb4bf0ce
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>1.0.0</Version>
        <Description>工业设备通讯</Description>
    </PropertyGroup>
 
    <ItemGroup>
        <PackageReference Include="HslCommunication" Version="11.6.4" />
    </ItemGroup>
 
</Project>