Telegram.Bot.DecisionMaker/Telegram.Bot.DecisionMaker.csproj
2023-01-08 22:57:00 +01:00

15 lines
360 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Telegram.Bot" Version="18.0.0" />
</ItemGroup>
</Project>