Skip to content

Commit 03466aa

Browse files
committed
Add WindowsAppSDK reference to sparse sample for MSIX build targets
1 parent 9f40b3d commit 03466aa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Samples/MultiHeadedPackage/cs/cs-wpf-sparse/PrimaryApp/PrimaryApp.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
<EnableMsixTooling>true</EnableMsixTooling>
99
</PropertyGroup>
1010

11+
<ItemGroup>
12+
<PackageReference Include="Microsoft.WindowsAppSDK" />
13+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" />
14+
</ItemGroup>
15+
1116
<ItemGroup>
1217
<AppxManifest Include="Package.appxmanifest">
1318
<SubType>Designer</SubType>

0 commit comments

Comments
 (0)