mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
14 lines
370 B
XML
14 lines
370 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||
|
|
<AssemblyName>TelegramBot</AssemblyName>
|
||
|
|
<RootNamespace>Kruzya.TelegramBot.Core</RootNamespace>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<PackageReference Include="AleXr64.BotFramework" Version="0.0.17" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|