tgcli/tgcli/tgcli.csproj

16 lines
474 B
XML
Raw Normal View History

2023-01-14 04:32:36 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net70</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="TDLib" Version="1.8.9" />
<PackageReference Include="tdlib.native" Version="1.8.9" />
2023-01-14 05:49:37 +01:00
<PackageReference Include="tdlib.native.osx.arm64" Version="1.8.9" />
2023-01-14 04:32:36 +01:00
<PackageReference Include="Unicode.net" Version="2.0.0" />
</ItemGroup>
</Project>