Files
GmRelayBot/Directory.Build.props
T
Toutsu f45985041b
Deploy Telegram Bot / build-and-push (push) Failing after 39s
Deploy Telegram Bot / deploy (push) Has been skipped
feat: allow players to leave sessions
2026-04-24 17:57:13 +03:00

11 lines
305 B
XML

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