Skip to content

Commit 5ae5e4e

Browse files
committed
Push repro
1 parent 120aff2 commit 5ae5e4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples/ComputeSharp.SwapChain.D2D1.Uwp/ComputeSharp.SwapChain.D2D1.Uwp.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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>
@@ -11,6 +11,8 @@
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) -->

0 commit comments

Comments
 (0)