Files
BotPages/BotPages.Telegram/BotPages.Telegram.csproj
FrigaT d817417a69
All checks were successful
CI / build-test (push) Successful in 42s
Переработанная версия ядра
2025-12-05 12:57:05 +03:00

25 lines
849 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>BotPages.Telegram</PackageId>
<Product>BotPages</Product>
<Version>0.1.0</Version>
<Authors>FrigaT</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>Адаптер для Telegram Bot API. Работает поверх BotPages.Core.</Description>
<Copyright>Copyright © 2025 FrigaT</Copyright>
<RepositoryUrl>https://git.frigat.duckdns.org/FrigaT/BotPages</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Telegram.Bot" Version="22.7.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BotPages.Core\BotPages.Core.csproj" />
</ItemGroup>
</Project>