1
0
mirror of https://github.com/zhaopeiym/IoTClient synced 2025-10-26 22:15:44 +08:00
IoTClient/IoTServer/IoTServer.csproj
dependabot[bot] 0aa0957e7d
Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /IoTClient.Tests
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/11.0.2...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-22 21:51:59 +00:00

51 lines
2.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>这是一个物联网设备通讯协议服务端的仿真模拟将会包括主流PLC通信读取、Modbus协议、Bacnet协议等常用工业通讯协议。本组件终身开源免费采用最宽松的MIT开源协议您可以随意修改和商业使用商业使用请做好评估和测试</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/zhaopeiym/IoTClient</PackageProjectUrl>
<Authors>农码一生 - benny</Authors>
<Company>擎呐科技</Company>
<Product>物联网设备通讯协议实现</Product>
<Copyright>Copyright (c) 2019 擎呐科技. All rights reserved.</Copyright>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/zhaopeiym/IoTClient</RepositoryUrl>
<PackageTags>IoT,物联网,PLC,Modbus,Bacnet</PackageTags>
<PackageIconUrl>https://user-images.githubusercontent.com/5820324/66972725-12bccf80-f0c8-11e9-9468-3cfc57915dc9.png</PackageIconUrl>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>IoTServer\IoTServer.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Remove="IoTServer\**" />
<EmbeddedResource Remove="IoTServer\**" />
<None Remove="IoTServer\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Common\ConfigurationManager.cs" />
</ItemGroup>
<ItemGroup>
<None Remove="Servers\BACnet\DeviceStorage.xml" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="DeviceStorage.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="IoTClient" Version="0.0.78" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Talk.BACnet" Version="1.0.2" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>