Lazy.Captcha.Core 2.0.7

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

// Install Lazy.Captcha.Core as a Cake Tool
#tool nuget:?package=Lazy.Captcha.Core&version=2.0.7

升级依赖包,修复bug

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (14)

Showing the top 5 NuGet packages that depend on Lazy.Captcha.Core:

Package Downloads
PlatForm.LibFrame

Package Description

RuoVea.ExCaptcha

#### 介绍 验证码 #### 使用示例 ``` /// <summary> /// 获取验证码 /// </summary> /// <returns></returns> [AllowAnonymous] [DisplayName("获取验证码")] public dynamic GetCaptcha() { var codeId = RuoVea.ExIdGen.IdGenerator.Id; var captcha = _captcha.Generate(codeId.ToString()); return new { Id = codeId, Img = captcha.Base64 }; } // 判断验证码 if (!_captcha.Validate(input.CodeId.ToString(), input.Code)) ```

OSharp.Hosting.Core

OSharp框架业务核心,封装框架非业务如认证,权限,系统,消息等模块的接口与业务实现

TJC.Cyclops.Web.Core

企服版框架中api核心功能项目

Abc.Utils

Abc.Utils

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Lazy.Captcha.Core:

Repository Stars
dotnetcore/osharp
OSharp是一个基于.Net6.0的快速开发框架,框架对 AspNetCore 的配置、依赖注入、日志、缓存、实体框架、Mvc(WebApi)、身份认证、功能权限、数据权限等模块进行更高一级的自动化封装,并规范了一套业务实现的代码结构与操作流程,使 .Net 框架更易于应用到实际项目开发中。
izhaorui/Zr.Admin.NET
🎉ZR.Admin.NET是一款前后端分离的、跨平台基于RBAC的通用权限管理后台。ORM采用SqlSugar。前端采用Vue、AntDesign,支持多租户、缓存、任务调度、支持统一异常处理、接口限流、支持一键生成前后端代码,支持动态国际化翻译(Vue3),等诸多黑科技,代码简洁易懂、易扩展让开发更简单、更通用。
Version Downloads Last updated
2.0.7 7,163 11/20/2023
2.0.6 24,466 9/1/2023
2.0.5 1,583 8/24/2023
2.0.4 1,024 8/20/2023
2.0.3 28,250 3/18/2023
2.0.2 2,491 3/7/2023
2.0.1 8,084 1/17/2023
2.0.0 2,601 12/27/2022
1.1.7 653 8/24/2023
1.1.6 7,030 9/24/2022