TgBots/UserOfTheDayBot.csproj
Dmitrii Prokudin 96c05ca7af
Some checks are pending
Local Deploy with Docker / build-and-deploy (push) Waiting to run
Переделал
2024-12-25 04:43:22 +03:00

22 lines
635 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Dapper" Version="2.1.35" />
<PackageReference Include="Npgsql" Version="9.0.2" />
<PackageReference Include="Telegram.Bot" Version="22.2.0" />
</ItemGroup>
<ItemGroup>
<Content Include=".gitea\workflows\deploy.yml" />
</ItemGroup>
</Project>