Skip to content

Commit 8ab4afd

Browse files
committed
revert: downgrade WindowsAppSDK to 1.8.x per maintainer request
Per @Belim's feedback on PR #21: SDK 2.0 upgrade is too big a jump at this stage. Revert WindowsAppSDK to 1.8.260209005 and BuildTools to 10.0.26100.4654 to match upstream.
1 parent c93fdf1 commit 8ab4afd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

FluentCleaner/FluentCleaner.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.WindowsAppSDK" Version="2.0.1" />
25-
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.28000.1839" PrivateAssets="all" />
24+
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.8.260209005" />
25+
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.4654" PrivateAssets="all" />
2626
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.2" />
2727
</ItemGroup>
2828

0 commit comments

Comments
 (0)