We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2581742 commit 033b968Copy full SHA for 033b968
SoundSwitch/SoundSwitch.csproj
@@ -6,9 +6,9 @@
6
<LangVersion>latest</LangVersion>
7
<UseWindowsForms>true</UseWindowsForms>
8
<Deterministic>false</Deterministic>
9
- <PublishTrimmed>true</PublishTrimmed>
+ <PublishTrimmed>false</PublishTrimmed>
10
<TrimMode>link</TrimMode>
11
- <PublishReadyToRun>false</PublishReadyToRun>
+ <PublishReadyToRun>true</PublishReadyToRun>
12
<Configurations>Debug;Release;Beta</Configurations>
13
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
14
<TargetFramework>net5.0-windows</TargetFramework>
0 commit comments