Skip to content

Commit 8fa4785

Browse files
tj-devel709PureWeen
authored andcommitted
Change Windows type
1 parent f61731c commit 8fa4785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/src/Primitives/WebViewInitializedEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#elif ANDROID
55
using PlatformWebView = Microsoft.Maui.Platform.MauiHybridWebView;
66
#elif WINDOWS
7-
using PlatformWebView = Microsoft.Web.WebView2;
7+
using PlatformWebView = Microsoft.Web.WebView2.Core.CoreWebView2;
88
#else
99
using PlatformWebView = System.Object;
1010
#endif

0 commit comments

Comments
 (0)