27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
||
<PropertyGroup>
|
||
<TargetFramework>net8.0</TargetFramework>
|
||
<Nullable>enable</Nullable>
|
||
<ImplicitUsings>enable</ImplicitUsings>
|
||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||
<PackageId>BotPages</PackageId>
|
||
<Version>1.0.0</Version>
|
||
<Authors>FrigaT</Authors>
|
||
<Company>FrigaT</Company>
|
||
<Product>BotPages</Product>
|
||
<Description>Платформонезависимый framework для создания диалоговых ботов с системой страниц.</Description>
|
||
<Copyright>Copyright © 2025 FrigaT</Copyright>
|
||
<RepositoryUrl>https://git.frigat.duckdns.org/FrigaT/BotPages</RepositoryUrl>
|
||
<RepositoryType>git</RepositoryType>
|
||
<PackageProjectUrl>https://git.frigat.duckdns.org/FrigaT/BotPages</PackageProjectUrl>
|
||
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||
</PropertyGroup>
|
||
|
||
<ItemGroup>
|
||
<ProjectReference Include="..\BotPages.Core\BotPages.Core.csproj" />
|
||
<ProjectReference Include="..\BotPages.Telegram\BotPages.Telegram.csproj" />
|
||
</ItemGroup>
|
||
|
||
</Project>
|