Geckofx60.64 60.0.19

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

dotnet add package Geckofx60.64 --version 60.0.19
NuGet\Install-Package Geckofx60.64 -Version 60.0.19
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="Geckofx60.64" Version="60.0.19" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Geckofx60.64 --version 60.0.19
#r "nuget: Geckofx60.64, 60.0.19"
#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.
// Install Geckofx60.64 as a Cake Addin
#addin nuget:?package=Geckofx60.64&version=60.0.19

// Install Geckofx60.64 as a Cake Tool
#tool nuget:?package=Geckofx60.64&version=60.0.19

library that allows embeding gecko in C# applications.

Example Usage:

       [STAThread]
       static void Main(string[] args)
       {
           Xpcom.Initialize("Firefox64");
           var geckoWebBrowser = new GeckoWebBrowser {Dock = DockStyle.Fill};
           Form f = new Form();
           f.Controls.Add(geckoWebBrowser);
           geckoWebBrowser.Navigate("www.google.com");
           Application.Run(f);
       }

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
60.0.56 133 4/8/2024
60.0.55 18,958 3/23/2021
60.0.54 4,085 1/25/2021
60.0.53 2,457 1/21/2021
60.0.52 2,838 1/6/2021
60.0.50 3,825 9/29/2020
60.0.47 3,635 6/26/2020
60.0.46 2,713 6/1/2020
60.0.45 2,533 5/29/2020
60.0.44 5,451 11/20/2019
60.0.43 2,688 11/13/2019
60.0.42 2,824 10/18/2019
60.0.41 2,366 10/18/2019
60.0.40 2,478 10/18/2019
60.0.39 3,826 9/13/2019
60.0.37 2,867 8/7/2019
60.0.26 4,797 1/10/2019
60.0.25 2,786 12/21/2018
60.0.24 2,656 12/14/2018
60.0.23 2,527 12/14/2018
60.0.22 2,984 11/20/2018
60.0.21 2,508 11/20/2018
60.0.19 2,635 11/15/2018
60.0.18 2,458 11/13/2018
60.0.17 2,651 11/9/2018
60.0.16 2,587 11/6/2018
60.0.15 2,677 11/1/2018
60.0.14 2,690 10/25/2018
60.0.13-alpha 2,427 9/20/2018
60.0.12-alpha 2,443 9/17/2018
60.0.11-alpha 2,230 8/29/2018
60.0.10-alpha 2,403 8/28/2018
60.0.9-alpha 2,458 8/24/2018
60.0.8-alpha 2,415 8/24/2018