single file

This commit is contained in:
Вячеслав 2025-09-15 03:49:08 +05:00
parent f424b99d16
commit d865c2f051
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,8 @@
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<Nullable>enable</Nullable>
</PropertyGroup>