about summary refs log tree commit diff
path: root/puny.csproj
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-08-05 14:29:10 -0400
committerBen Harris <ben@tilde.team>2022-08-05 14:30:06 -0400
commitf0f9b300f489e907715b1dfdb6aaadb0c4f9b96e (patch)
tree8723ea8f5c7c8f752562472ae0aba4df3f77b19d /puny.csproj
parent1b872a0ede581b1edef3c04d5eec405c87056f3c (diff)
allow standalong publishing HEAD main
Diffstat (limited to 'puny.csproj')
-rw-r--r--puny.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/puny.csproj b/puny.csproj
index c2ecf2a..965543a 100644
--- a/puny.csproj
+++ b/puny.csproj
@@ -4,6 +4,11 @@
         <OutputType>Exe</OutputType>
         <TargetFramework>net6.0</TargetFramework>
         <ImplicitUsings>enable</ImplicitUsings>
+        <PublishSingleFile>true</PublishSingleFile>
+        <SelfContained>true</SelfContained>
+        <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
+        <PublishReadyToRun>true</PublishReadyToRun>
+        <PublishTrimmed>true</PublishTrimmed>
     </PropertyGroup>
 
     <ItemGroup>