We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140749f commit 70262b4Copy full SHA for 70262b4
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.250205002">
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