mirror of
https://github.com/iminet/dev.git
synced 2025-04-20 20:25:47 +02: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>
|