File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
samples/ComputeSharp.SwapChain.D2D1.Uwp Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >WinExe</OutputType >
4- <TargetFramework >net8 .0-windows10.0.22621.0</TargetFramework >
4+ <TargetFramework >net9 .0-windows10.0.22621.0</TargetFramework >
55 <TargetPlatformMinVersion >10.0.17763.0</TargetPlatformMinVersion >
66 <WindowsSdkPackageVersion >10.0.22621.57</WindowsSdkPackageVersion >
77 <UseUwp >true</UseUwp >
1111 <PublishProfile >win-$(Platform).pubxml</PublishProfile >
1212 <EnableMsixTooling >true</EnableMsixTooling >
1313 <EnableXamlCompilerTargetsForUwpApps >false</EnableXamlCompilerTargetsForUwpApps >
14+ <CustomNativeMain >true</CustomNativeMain >
15+ <NativeLibrary >shared</NativeLibrary >
1416 </PropertyGroup >
1517
1618 <!-- NativeAOT settings, and size saving options for unnecessary features (optimize for speed otherwise) -->
You can’t perform that action at this time.
0 commit comments