Skip to main content

Installation

Installing EasiCaptcha in your .NET project is simple and can be done using either the .NET CLI or the NuGet Package Manager Console in Visual Studio. Follow the instructions below to add the library to your project.

Installation Methods

You can install EasiCaptcha using one of the following methods:

Method 1: Using the NuGet Package Manager Console

you can install the package via the NuGet Package Manager Console:

Open Visual Studio.

Go to Tools > NuGet Package Manager > Package Manager Console.

In the console, run the following command:

Install-Package [EasiCaptcha]

Method 2: Using the .NET CLI

The .NET CLI provides a quick and easy way to add the library to your project. Open your terminal or command prompt in the root directory of your .NET project and run:

dotnet add package [EasiCaptcha]