13 lines
374 B
XML
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>
|