Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SharedProps/WindowsSDK.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Shared build props for building the app & installer on Windows -->
<!-- This makes it hard to get their dependencies out of sync -->
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.3.230331000">
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250205002">
<!-- Let a .csproj include default assets, but installer projects (like .wapproj) only include build assets -->
<IncludeAssets Condition="'$(MSBuildProjectExtension)' != '.csproj'">build</IncludeAssets>
</PackageReference>
Expand Down
Loading