mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
18 lines
727 B
XML
18 lines
727 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" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="3.1.2" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.2" />
|
|
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="3.1.2" />
|
|
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="3.1.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|