代码拉取完成,页面将自动刷新
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PreserveCompilationContext>true</PreserveCompilationContext>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<IncludeBuildOutput>True</IncludeBuildOutput>
<IncludeContentInPack>True</IncludeContentInPack>
<OutputType>Library</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion></AssemblyVersion>
<FileVersion></FileVersion>
<Version>1.3.6</Version>
<Authors>linyihong</Authors>
<PackageProjectUrl>https://gitee.com/yihong-lin/IotDeviceForCsharp.git</PackageProjectUrl>
<Copyright>开源</Copyright>
<Title>适用于香橙派orangepi iot使用</Title>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Description>c#.net6 iot 适用于香橙派OrangePi使用</Description>
<RepositoryUrl>https://gitee.com/yihong-lin/IotDeviceForCsharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageId>IotDeviceToolHepler</PackageId>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Device\DeviceDisplay_222.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="InTheHand.Net.Bluetooth" Version="4.1.40" />
<PackageReference Include="Iot.Device.Bindings" Version="3.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Device.Gpio" Version="3.1.0" />
</ItemGroup>
<ItemGroup>
<None Include="Device\force_sensitive_resistor\force-sensitive-resistor.csproj" />
<None Include="Device\led-more-blinking-lights\led-more-blinking-lights.csproj" />
<None Include="Device\led_matrix\led-matrix-weather.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{508349b6-6b84-4df5-91f0-309beebad82d}" />
</ItemGroup>
</Project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。