20 lines
489 B
XML
20 lines
489 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Company>Lisoveliy</Company>
|
|
<Authors>Lisoveliy</Authors>
|
|
<AssemblyVersion>0.1.3</AssemblyVersion>
|
|
<FileVersion>0.1.3</FileVersion>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="WTelegramClient" Version="3.5.3" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|