We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492dc89 commit 0f8232dCopy full SHA for 0f8232d
SoundSwitch.CLI/SoundSwitch.CLI.csproj
@@ -7,13 +7,8 @@
7
<Nullable>enable</Nullable>
8
<LangVersion>latest</LangVersion>
9
<Deterministic>true</Deterministic>
10
- <PublishTrimmed>true</PublishTrimmed>
11
- <TrimMode>link</TrimMode>
12
<SelfContained>true</SelfContained>
13
- <PublishReadyToRun>true</PublishReadyToRun>
14
<Configurations>Debug;Release;Beta;Nightly</Configurations>
15
- <RuntimeIdentifier>win-x64</RuntimeIdentifier>
16
- <TargetFramework>net9.0-windows</TargetFramework>
17
<Platforms>AnyCPU</Platforms>
18
</PropertyGroup>
19
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
0 commit comments