WebView2.Runtime.ARM64 146.0.3856.78

dotnet add package WebView2.Runtime.ARM64 --version 146.0.3856.78
                    
NuGet\Install-Package WebView2.Runtime.ARM64 -Version 146.0.3856.78
                    
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.ARM64" Version="146.0.3856.78" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WebView2.Runtime.ARM64" Version="146.0.3856.78" />
                    
Directory.Packages.props
<PackageReference Include="WebView2.Runtime.ARM64" />
                    
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.ARM64 --version 146.0.3856.78
                    
#r "nuget: WebView2.Runtime.ARM64, 146.0.3856.78"
                    
#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.ARM64@146.0.3856.78
                    
#: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.ARM64&version=146.0.3856.78
                    
Install as a Cake Addin
#tool nuget:?package=WebView2.Runtime.ARM64&version=146.0.3856.78
                    
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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
146.0.3856.78 0 3/24/2026
146.0.3856.72 32 3/21/2026
146.0.3856.62 94 3/16/2026
146.0.3856.59 83 3/14/2026
145.0.3800.97 84 3/7/2026
145.0.3800.82 109 2/27/2026
145.0.3800.70 198 2/21/2026
145.0.3800.65 101 2/18/2026
145.0.3800.58 100 2/15/2026
144.0.3719.115 109 2/6/2026
144.0.3719.104 124 1/30/2026
144.0.3719.93 810 1/25/2026
144.0.3719.92 108 1/24/2026
144.0.3719.82 116 1/17/2026
143.0.3650.139 361 1/9/2026
143.0.3650.96 326 12/19/2025
143.0.3650.80 181 12/12/2025
143.0.3650.66 249 12/5/2025
142.0.3595.94 449 11/21/2025
142.0.3595.90 447 11/19/2025
Loading failed