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 fa615d6 commit 21605aaCopy full SHA for 21605aa
1 file changed
samples/ComputeSharp.SwapChain.D2D1.Cli/ComputeSharp.SwapChain.D2D1.Cli.csproj
@@ -61,6 +61,7 @@
61
<!-- Same optional NativeAOT property group as in ComputeSharp.SwapChain.Cli -->
62
<PropertyGroup Condition="'$(COMPUTESHARP_SWAPCHAIN_D2D1_PUBLISH_AOT)' == 'true'">
63
<PublishAot>true</PublishAot>
64
+ <SelfContained>true</SelfContained>
65
<UseSystemResourceKeys>true</UseSystemResourceKeys>
66
<InvariantGlobalization>true</InvariantGlobalization>
67
<StackTraceSupport>false</StackTraceSupport>
0 commit comments