Input event handling in WinUI Map and MapItem.

This commit is contained in:
ClemensFischer 2025-03-19 15:27:27 +01:00
parent 4cfaff7ba8
commit 86f307359f
7 changed files with 18 additions and 23 deletions

View file

@ -22,8 +22,7 @@
<ItemGroup>
<!-- Directly referencing "Microsoft.Web.WebView2 is a workaround for a bug in WindowsAppSDK, https://github.com/microsoft/WindowsAppSDK/issues/4807 -->
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.3124.44" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250228001" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250310001" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.3" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.3" />