Files
GmRelayBot/Directory.Build.props
T
Toutsu 9c91057798
Deploy Telegram Bot / build-and-push (push) Failing after 4m42s
Deploy Telegram Bot / deploy (push) Has been skipped
feat: add session capacity waitlist
2026-04-24 13:28:01 +03:00

11 lines
305 B
XML

<Project>
<PropertyGroup>
<Version>1.2.0</Version>
<TargetFramework>net10.0</TargetFramework>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
</Project>