diff options
Diffstat (limited to 'watcher.csproj')
| -rw-r--r-- | watcher.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/watcher.csproj b/watcher.csproj index 2150e37..e230d2b 100644 --- a/watcher.csproj +++ b/watcher.csproj @@ -5,6 +5,9 @@ <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + <PublishSingleFile>true</PublishSingleFile> + <SelfContained>true</SelfContained> + <RuntimeIdentifier>linux-x64</RuntimeIdentifier> </PropertyGroup> </Project> |
