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 80a0100 commit 545fb97Copy full SHA for 545fb97
samples/SampleWindowsForms/SampleWindowsForms.csproj
@@ -21,7 +21,7 @@
21
<CustomResourceTypesSupport>true</CustomResourceTypesSupport>
22
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
23
<PublishTrimmed>true</PublishTrimmed>
24
- <PublishAot>true</PublishAot>
+ <PublishAot Condition="'$(TargetFramework)' != 'net6.0-windows'">true</PublishAot>
25
<TrimmerDefaultAction>link</TrimmerDefaultAction>
26
<TrimmerSingleWarn>false</TrimmerSingleWarn>
27
</PropertyGroup>
0 commit comments