TelegramMessageCounter/TelegramMessageCounter.csproj

26 lines
660 B
XML
Raw Permalink Normal View History

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>
2025-02-11 22:37:33 +03:00
<AssemblyVersion>0.2.0.0</AssemblyVersion>
<FileVersion>0.2.0.0</FileVersion>
2025-02-06 17:53:18 +03:00
2025-02-05 14:05:04 +03:00
</PropertyGroup>
<ItemGroup>
2025-02-11 22:37:33 +03:00
<PackageReference Include="CsvHelper" Version="33.0.1" />
2025-02-05 14:05:04 +03:00
<PackageReference Include="WTelegramClient" Version="3.5.3" />
</ItemGroup>
2025-02-11 22:37:33 +03:00
<ItemGroup>
<None Remove="help.txt" />
<EmbeddedResource Include="help.txt" />
</ItemGroup>
2025-02-05 14:05:04 +03:00
</Project>