Skip to content

Commit 21605aa

Browse files
committed
Set 'SelfContained' for Native AOT publishing
1 parent fa615d6 commit 21605aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/ComputeSharp.SwapChain.D2D1.Cli/ComputeSharp.SwapChain.D2D1.Cli.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
<!-- Same optional NativeAOT property group as in ComputeSharp.SwapChain.Cli -->
6262
<PropertyGroup Condition="'$(COMPUTESHARP_SWAPCHAIN_D2D1_PUBLISH_AOT)' == 'true'">
6363
<PublishAot>true</PublishAot>
64+
<SelfContained>true</SelfContained>
6465
<UseSystemResourceKeys>true</UseSystemResourceKeys>
6566
<InvariantGlobalization>true</InvariantGlobalization>
6667
<StackTraceSupport>false</StackTraceSupport>

0 commit comments

Comments
 (0)