Skip to content

Commit 545fb97

Browse files
committed
Allow test with net6.0-windows
1 parent 80a0100 commit 545fb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/SampleWindowsForms/SampleWindowsForms.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<CustomResourceTypesSupport>true</CustomResourceTypesSupport>
2222
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2323
<PublishTrimmed>true</PublishTrimmed>
24-
<PublishAot>true</PublishAot>
24+
<PublishAot Condition="'$(TargetFramework)' != 'net6.0-windows'">true</PublishAot>
2525
<TrimmerDefaultAction>link</TrimmerDefaultAction>
2626
<TrimmerSingleWarn>false</TrimmerSingleWarn>
2727
</PropertyGroup>

0 commit comments

Comments
 (0)