trimmed option moved to net7 target

pull/1098/head
Alessio Coppola 2024-10-02 17:00:44 +02:00
parent 1808752bd3
commit 07fe356377
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,6 @@
</PropertyGroup>
<PropertyGroup>
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>partial</TrimMode>
<DebuggerSupport>false</DebuggerSupport>
<NullabilityInfoContextSupport>false</NullabilityInfoContextSupport>
@ -23,6 +22,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net7.0-windows' AND '$(RuntimeIdentifier)' != ''">
<PublishTrimmed>true</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>
</PropertyGroup>