pms5003/PMS5003/PMS5003.csproj

20 lines
709 B
XML
Raw Normal View History

2021-04-10 14:48:03 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
2021-04-10 15:29:03 +00:00
<PackageId>PMS5003</PackageId>
<Version>1.0.3</Version>
2021-04-10 15:29:03 +00:00
<Authors>Denis Nutiu</Authors>
<Company>NucuLabs.dev</Company>
<Description>C# Library for interfacing with the PMS5003 Particulate Matter Sensor.</Description>
<Licence>https://www.gnu.org/licenses/gpl-3.0.en.html</Licence>
2021-04-10 14:48:03 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Iot.Device.Bindings" Version="1.4.0" />
<PackageReference Include="System.Device.Gpio" Version="1.4.0" />
</ItemGroup>
</Project>