mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-06-16 00:43: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;
|
||||
#if WINDOWS
|
||||
using Size = SixLabors.ImageSharp.Size;
|
||||
|
||||
#else
|
||||
using SixLabors.ImageSharp;
|
||||
#endif
|
||||
|
||||
namespace NetAdmin.SysComponent.Application.Services.Sys;
|
||||
|
Loading…
x
Reference in New Issue
Block a user