Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 019f804

Browse files
committed
Publish as self-contained trimmed single file
1 parent f555b9b commit 019f804

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/UnityDevelopmentBuildMaker/UnityDevelopmentBuildMaker.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
<WarningsAsErrors>nullable</WarningsAsErrors>
9+
<SelfContained>true</SelfContained>
10+
<PublishSingleFile>true</PublishSingleFile>
11+
<PublishTrimmed>true</PublishTrimmed>
912
</PropertyGroup>
1013

1114
<ItemGroup>

0 commit comments

Comments
 (0)