We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a0477 commit a4c11dfCopy full SHA for a4c11df
Flow.Launcher/Properties/PublishProfiles/Net5-SelfContained.pubxml
@@ -12,7 +12,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
12
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
13
<SelfContained>true</SelfContained>
14
<PublishSingleFile>False</PublishSingleFile>
15
- <PublishReadyToRun>False</PublishReadyToRun>
16
- <PublishTrimmed>True</PublishTrimmed>
+ <PublishReadyToRun>True</PublishReadyToRun>
+ <PublishTrimmed>False</PublishTrimmed>
17
</PropertyGroup>
18
</Project>
0 commit comments