WebView2.Runtime.X64 148.0.3967.96

dotnet add package WebView2.Runtime.X64 --version 148.0.3967.96
                    
NuGet\Install-Package WebView2.Runtime.X64 -Version 148.0.3967.96
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WebView2.Runtime.X64" Version="148.0.3967.96" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebView2.Runtime.X64" Version="148.0.3967.96" />
                    
Directory.Packages.props
<PackageReference Include="WebView2.Runtime.X64" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WebView2.Runtime.X64 --version 148.0.3967.96
                    
#r "nuget: WebView2.Runtime.X64, 148.0.3967.96"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package WebView2.Runtime.X64@148.0.3967.96
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WebView2.Runtime.X64&version=148.0.3967.96
                    
Install as a Cake Addin
#tool nuget:?package=WebView2.Runtime.X64&version=148.0.3967.96
                    
Install as a Cake Tool

Webview2 runtime for Fixed Version distribution.

Example usage:
var webView = new WebView2() { Dock = DockStyle.Fill };
await webView.EnsureCoreWebView2Async(await CoreWebView2Environment.CreateAsync(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "WebView2")));
Controls.Add(webView);
webView.CoreWebView2.Navigate("https://nuget.org/");

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on WebView2.Runtime.X64:

Package Downloads
OtterFramework

Otter Graphics Framework - Direct2D/DirectWrite wrapper with frosted glass and liquid glass effects

at-sidebar-ZWCAD

Package Description

at-sidebar-AutoCAD

Package Description

at-sidebar-GstarCAD

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on WebView2.Runtime.X64:

Repository Stars
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
Version Downloads Last Updated
148.0.3967.96 241 5/30/2026
148.0.3967.83 392 5/22/2026
148.0.3967.70 425 5/16/2026
148.0.3967.54 441 5/8/2026
147.0.3912.98 733 5/1/2026
147.0.3912.86 365 4/25/2026
147.0.3912.72 121 4/24/2026
147.0.3912.60 781 4/11/2026
146.0.3856.109 457 4/7/2026
146.0.3856.97 288 4/2/2026
146.0.3856.84 365 3/27/2026
146.0.3856.78 486 3/24/2026
146.0.3856.72 199 3/21/2026
146.0.3856.62 480 3/16/2026
146.0.3856.59 197 3/14/2026
145.0.3800.97 825 3/7/2026
145.0.3800.82 662 2/27/2026
145.0.3800.70 1,116 2/21/2026
145.0.3800.65 431 2/18/2026
145.0.3800.58 682 2/15/2026
Loading failed