We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3f76598 + de507d6 commit 429a420Copy full SHA for 429a420
src/Uno.UI.Runtime.Skia.Win32/Uno.UI.Runtime.Skia.Win32.csproj
@@ -25,7 +25,7 @@
25
</ItemGroup>
26
27
<ItemGroup>
28
- <PackageReference Include="Microsoft.Web.WebView2" Aliases="EdgeWebView" PrivateAssets="all" />
+ <PackageReference Include="Microsoft.Web.WebView2" Aliases="mswebview2" PrivateAssets="all" />
29
30
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106" />
31
<PackageReference Include="HarfBuzzSharp" />
src/Uno.UI.Runtime.Skia.Win32/Win32NativeWebView.cs
@@ -1,5 +1,5 @@
1
-extern alias EdgeWebView;
2
-using NativeWebView = EdgeWebView::Microsoft.Web.WebView2.Core;
+extern alias mswebview2;
+using NativeWebView = mswebview2::Microsoft.Web.WebView2.Core;
3
4
using System;
5
using System.Collections.Generic;
0 commit comments