Skip to content

Commit 83af455

Browse files
committed
Update App Sdk to 1.6
1 parent c0d8656 commit 83af455

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

src/Package/Package.appxmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
<Dependencies>
2525
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
26-
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.22000.0" MaxVersionTested="10.0.26100.0" />
27-
<PackageDependency Name="Microsoft.WindowsAppRuntime.1.5" MinVersion="1.5.3.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
26+
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.26100.0" />
27+
<PackageDependency Name="Microsoft.WindowsAppRuntime.1.6" MinVersion="1.6.0.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
2828
</Dependencies>
2929

3030
<Resources>
-347 Bytes
Binary file not shown.

src/Package/Widgets-for-UniGetUI Package.wapproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
<Content Include="Images\WidgetCovers\cargo_light.png">
234234
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
235235
</Content>
236+
<Content Include="Images\WidgetCovers\choco_dark.png" />
236237
<Content Include="Images\WidgetCovers\choco_light.png">
237238
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
238239
</Content>

src/Widgets/Widgets-for-UniGetUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240802000" />
22+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.240829007" />
2323
</ItemGroup>
2424

2525
</Project>

0 commit comments

Comments
 (0)