force-sensitive-resistor.csproj 369 字节
Newer Older
1
<Project Sdk="Microsoft.NET.Sdk">
2 3 4

  <PropertyGroup>
    <OutputType>Exe</OutputType>
5
    <TargetFramework>net6.0</TargetFramework>
6
    <Nullable>enable</Nullable>
7 8 9
  </PropertyGroup>

  <ItemGroup>
10
    <PackageReference Include="System.Device.Gpio" Version="2.0.0" />
11
    <PackageReference Include="Iot.Device.Bindings" Version="2.0.0" />
12 13 14
  </ItemGroup>

</Project>