bonuska2/SimpleTGBot/SimpleTGBot.csproj
github-classroom[bot] 222fbfcefc Initial commit
2025-04-12 09:54:46 +00:00

15 lines
370 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="19.0.0-preview.2" />
</ItemGroup>
</Project>