1 Star 0 Fork 0

倚楼听风雨 / NModbus.Samples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
NModbusSamples.csproj 470 Bytes
一键复制 编辑 原始数据 按行查看 历史
唐召明 提交于 2024-02-18 09:45 . 添加项目文件。
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Remove=".gitattributes" />
<None Remove=".gitignore" />
<None Remove="LICENSE.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NModbus.Serial" Version="3.0.81" />
</ItemGroup>
</Project>
1
https://gitee.com/tzm22270969436/NModbusSamples.git
git@gitee.com:tzm22270969436/NModbusSamples.git
tzm22270969436
NModbusSamples
NModbus.Samples
master

搜索帮助