mirror of
https://github.com/iminet/dev.git
synced 2026-02-11 20:24:12 +01:00
15 lines
349 B
XML
15 lines
349 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="SmartThingsNet" Version="0.7.0" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|