1
0
mirror of https://github.com/zhaopeiym/IoTClient synced 2025-10-26 22:15:44 +08:00

OmronFins批量读取、IoTClient可通过域名连接

This commit is contained in:
BennyZhao
2021-07-13 15:25:57 +08:00
parent a7368e12a3
commit c19faaf212
39 changed files with 3609 additions and 474 deletions

View File

@@ -0,0 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Talk.BACnet" Version="1.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\IoTClient\IoTClient.csproj" />
</ItemGroup>
</Project>