-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEP94.LgSmartThinq.csproj
30 lines (26 loc) · 1.1 KB
/
EP94.LgSmartThinq.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<RootNamespace>EP94.LgSmartThinq</RootNamespace>
<Version>0.1.2</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Library to communicate to LG SmartThings devices with LG Api v2.</Description>
<RepositoryUrl>https://github.com/evaanp/EP94.LgSmartThinq</RepositoryUrl>
<PackageTags>lg thinq smart thinq airco</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="10.1.1" />
<PackageReference Include="FastMember" Version="1.5.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
<PackageReference Include="MQTTnet" Version="3.0.13" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.9" />
<PackageReference Include="PuppeteerSharp" Version="2.0.4" />
</ItemGroup>
<ItemGroup>
<None Include="LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>