We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140749f commit ab64c59Copy full SHA for ab64c59
SharedProps/WindowsSDK.props
@@ -2,7 +2,7 @@
2
<!-- Shared build props for building the app & installer on Windows -->
3
<!-- This makes it hard to get their dependencies out of sync -->
4
<ItemGroup>
5
- <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.3.230331000">
+ <PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250108002">
6
<!-- Let a .csproj include default assets, but installer projects (like .wapproj) only include build assets -->
7
<IncludeAssets Condition="'$(MSBuildProjectExtension)' != '.csproj'">build</IncludeAssets>
8
</PackageReference>
0 commit comments