mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-08-01 17:55:59 +08:00
fix: 🐛 build err
This commit is contained in:
@ -2,6 +2,9 @@ using NetAdmin.Domain.Dto.Sys.Captcha;
|
|||||||
using Yitter.IdGenerator;
|
using Yitter.IdGenerator;
|
||||||
#if WINDOWS
|
#if WINDOWS
|
||||||
using Size = SixLabors.ImageSharp.Size;
|
using Size = SixLabors.ImageSharp.Size;
|
||||||
|
|
||||||
|
#else
|
||||||
|
using SixLabors.ImageSharp;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace NetAdmin.SysComponent.Application.Services.Sys;
|
namespace NetAdmin.SysComponent.Application.Services.Sys;
|
||||||
|
Reference in New Issue
Block a user