Files
GmRelayBot/Directory.Build.props
T
Toutsu 675ac1226e
Deploy Telegram Bot / build-and-push (push) Successful in 40s
Deploy Telegram Bot / deploy (push) Successful in 17s
chore: make compose config portable
2026-04-24 10:44:33 +03:00

11 lines
305 B
XML

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