Skip to content

Commit 0f8232d

Browse files
committed
fix(cli): fix building CLI
It was crashing the main app with the trimming.
1 parent 492dc89 commit 0f8232d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

SoundSwitch.CLI/SoundSwitch.CLI.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@
77
<Nullable>enable</Nullable>
88
<LangVersion>latest</LangVersion>
99
<Deterministic>true</Deterministic>
10-
<PublishTrimmed>true</PublishTrimmed>
11-
<TrimMode>link</TrimMode>
1210
<SelfContained>true</SelfContained>
13-
<PublishReadyToRun>true</PublishReadyToRun>
1411
<Configurations>Debug;Release;Beta;Nightly</Configurations>
15-
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
16-
<TargetFramework>net9.0-windows</TargetFramework>
1712
<Platforms>AnyCPU</Platforms>
1813
</PropertyGroup>
1914
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">

0 commit comments

Comments
 (0)