Skip to content

Commit c2c0db3

Browse files
committed
Update MSIX package to '1.3.20250314.1'
1 parent 87b0a77 commit c2c0db3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
1212
<EnableMsixTooling>true</EnableMsixTooling>
1313
<EnableXamlCompilerTargetsForUwpApps>false</EnableXamlCompilerTargetsForUwpApps>
14+
15+
<!-- Temporary workaround until VS 17.14 GA -->
16+
<WindowsSdkBuildToolsMSIXPackageVersion>1.3.20250314.1</WindowsSdkBuildToolsMSIXPackageVersion>
1417
</PropertyGroup>
1518

1619
<!-- NativeAOT settings, and size saving options for unnecessary features (optimize for speed otherwise) -->

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

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515

1616
<!-- Disable 'INotifyPropertyChanging' support, same as in the WinUI 3 sample app -->
1717
<MvvmToolkitEnableINotifyPropertyChangingSupport>false</MvvmToolkitEnableINotifyPropertyChangingSupport>
18+
19+
<!-- Temporary workaround until VS 17.14 GA -->
20+
<WindowsSdkBuildToolsMSIXPackageVersion>1.3.20250314.1</WindowsSdkBuildToolsMSIXPackageVersion>
1821
</PropertyGroup>
1922

2023
<!-- Same CsWinRT options as the WinUI 3 sample app -->

0 commit comments

Comments
 (0)