2025-02-05 14:05:04 +03:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
2025-02-06 17:53:18 +03:00
|
|
|
<Company>Lisoveliy</Company>
|
|
|
|
<Authors>Lisoveliy</Authors>
|
|
|
|
<AssemblyVersion>0.1.3</AssemblyVersion>
|
|
|
|
<FileVersion>0.1.3</FileVersion>
|
|
|
|
|
2025-02-05 14:05:04 +03:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="WTelegramClient" Version="3.5.3" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|