mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-06-16 08:53:21 +08:00
fix: 🐛 build err
This commit is contained in:
parent
83deb735d0
commit
60e8451048
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user