We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e082f commit a730190Copy full SHA for a730190
Intersect.Server/Web/Controllers/AvatarController.cs
@@ -5,7 +5,9 @@
5
using Microsoft.AspNetCore.Authorization;
6
using Microsoft.AspNetCore.Mvc;
7
using Microsoft.AspNetCore.OutputCaching;
8
+using SixLabors.ImageSharp;
9
using SixLabors.ImageSharp.Formats;
10
+using SixLabors.ImageSharp.Processing;
11
12
namespace Intersect.Server.Web.Controllers;
13
0 commit comments