mirror of https://github.com/winsw/winsw
trimmed option moved to net7 target
parent
1808752bd3
commit
07fe356377
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue