pms5003/PMS5003/PMS5003.csproj
2021-04-10 17:49:36 +03:00

13 lines
374 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Iot.Device.Bindings" Version="1.4.0" />
<PackageReference Include="System.Device.Gpio" Version="1.4.0" />
</ItemGroup>
</Project>