Add dotnet/iot to project

This commit is contained in:
Denis-Cosmin Nutiu 2019-11-09 15:40:26 +02:00
parent 63d373611c
commit 640ab23195

View file

@ -6,6 +6,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Iot.Device.Bindings" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.0.0" />
<PackageReference Include="System.Device.Gpio" Version="1.0.0" />
</ItemGroup>
</Project>