Files
GmRelayBot/Directory.Build.props
T
Toutsu 25c22b2ff5
Deploy Telegram Bot / build-and-push (push) Successful in 4m6s
Deploy Telegram Bot / deploy (push) Successful in 12s
fix: stabilize session table layout
2026-05-02 15:40:24 +03:00

11 lines
305 B
XML

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