mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
Added PackageReference for Microsoft.Web.WebView2 as workaround for https://github.com/microsoft/WindowsAppSDK/issues/4807
This commit is contained in:
parent
64c43854cf
commit
5e7e5b2c82
6 changed files with 11 additions and 3 deletions
|
|
@ -21,6 +21,8 @@
|
|||
</ItemGroup>
|
||||
|
||||
<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.2957.106" />
|
||||
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.6.250108002" />
|
||||
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
|
||||
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.119" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue