mirror of
https://github.com/TheShadowEevee/Sharpii-NetCore.git
synced 2025-01-11 14:58:51 -06:00
Add SelfContained
value to Sharpii.csproj
This commit is contained in:
parent
137ff7d31f
commit
5238a0655c
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net60</TargetFramework>
|
||||
<SelfContained>true</SelfContained>
|
||||
<PublishTrimmed>true</PublishTrimmed>
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
<TrimMode>link</TrimMode>
|
||||
|
|
Loading…
Reference in a new issue