Skip to content

Commit 462323c

Browse files
authored
Code Quality: Bumped the version of WASDK in the app package (#13417)
1 parent 07df65d commit 462323c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Files also offers advanced features such as file tagging for easy organization,
2727
- MSVC v143 - VS 2022 C++ x64/x86 or ARM64 build tools (latest)
2828
- C++ ATL for latest v143 build tools (x86 & x64 or ARM64)
2929
- Git for Windows
30-
- [Windows App SDK 1.3](https://learn.microsoft.com/windows/apps/windows-app-sdk/downloads#current-releases)
30+
- [Windows App SDK 1.4](https://learn.microsoft.com/windows/apps/windows-app-sdk/downloads#current-releases)
3131

3232
### 2. Clone the repository
3333

src/Files.App (Package)/Files.Package.wapproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</ProjectReference>
105105
</ItemGroup>
106106
<ItemGroup>
107-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.230822000" IncludeAssets="build" />
107+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.230913002" IncludeAssets="build" />
108108
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" IncludeAssets="build" />
109109
</ItemGroup>
110110
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />

0 commit comments

Comments
 (0)