Remove WinAppSDK references from libraries. Not needed at current stage.

This commit is contained in:
Aleh Khantsevich
2024-07-14 00:13:15 +02:00
parent eb9568a76e
commit cba937a640
2 changed files with 50 additions and 52 deletions

View File

@@ -18,7 +18,6 @@
<ItemGroup>
<PackageReference Include="CommunityToolkit.WinUI.Notifications" Version="7.1.2" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240311000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
</ItemGroup>

View File

@@ -19,7 +19,6 @@
<ItemGroup>
<PackageReference Include="CommunityToolkit.WinUI.Helpers" Version="8.0.240109" />
<PackageReference Include="CommunityToolkit.WinUI.Notifications" Version="7.1.2" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240311000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
</ItemGroup>