We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a326c4 commit eb3784fCopy full SHA for eb3784f
WiiLink-Patcher-CLI/WiiLink Patcher.csproj
@@ -17,7 +17,7 @@
17
<PublishTrimmed>true</PublishTrimmed>
18
<LangVersion>latest</LangVersion>
19
<EnableWindowsTargeting>true</EnableWindowsTargeting>
20
- <PublishAOT Condition="$(RuntimeIdentifier.StartsWith('win'))">false</PublishAOT>
+ <PublishAOT Condition="!$(RuntimeIdentifier.StartsWith('win'))">true</PublishAOT>
21
</PropertyGroup>
22
23
<ItemGroup>
0 commit comments