Added PackageReference for Microsoft.Web.WebView2 as workaround for https://github.com/microsoft/WindowsAppSDK/issues/4807

This commit is contained in:
ClemensFischer 2025-01-23 08:38:37 +01:00
parent 64c43854cf
commit 5e7e5b2c82
6 changed files with 11 additions and 3 deletions

View file

@ -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" />