From 3e8f317cc94f93ec0afcad622f2818f38f4e0167 Mon Sep 17 00:00:00 2001 From: Paul Nitzke <14367-paulenit@users.noreply.git.rwth-aachen.de> Date: Sun, 26 Jun 2022 15:12:18 +0200 Subject: [PATCH] Add config to publish as single file executable --- src/SparseTransform.CLI/SparseTransform.CLI.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SparseTransform.CLI/SparseTransform.CLI.csproj b/src/SparseTransform.CLI/SparseTransform.CLI.csproj index 2dc364c..fd1f0cc 100644 --- a/src/SparseTransform.CLI/SparseTransform.CLI.csproj +++ b/src/SparseTransform.CLI/SparseTransform.CLI.csproj @@ -13,6 +13,7 @@ <TargetFramework>net6.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + <PublishSingleFile>true</PublishSingleFile> </PropertyGroup> </Project> -- GitLab