chore(bot): remove unused library ImageSharp

This commit is contained in:
alyssa 2025-03-08 12:08:38 +00:00
parent f2583904ef
commit c58eb274df
4 changed files with 1 additions and 16 deletions

View file

@ -24,6 +24,5 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.14.1" /> <PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Sentry" Version="4.13.0" /> <PackageReference Include="Sentry" Version="4.13.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
</ItemGroup> </ItemGroup>
</Project> </Project>

View file

@ -2,8 +2,6 @@ using System.Text.RegularExpressions;
using PluralKit.Core; using PluralKit.Core;
using SixLabors.ImageSharp;
namespace PluralKit.Bot; namespace PluralKit.Bot;
public static class AvatarUtils public static class AvatarUtils

View file

@ -14,12 +14,6 @@
"resolved": "4.13.0", "resolved": "4.13.0",
"contentHash": "Wfw3M1WpFcrYaGzPm7QyUTfIOYkVXQ1ry6p4WYjhbLz9fPwV23SGQZTFDpdox67NHM0V0g1aoQ4YKLm4ANtEEg==" "contentHash": "Wfw3M1WpFcrYaGzPm7QyUTfIOYkVXQ1ry6p4WYjhbLz9fPwV23SGQZTFDpdox67NHM0V0g1aoQ4YKLm4ANtEEg=="
}, },
"SixLabors.ImageSharp": {
"type": "Direct",
"requested": "[3.1.6, )",
"resolved": "3.1.6",
"contentHash": "dHQ5jugF9v+5/LCVHCWVzaaIL6WOehqJy6eju/0VFYFPEj2WtqkGPoEV9EVQP83dHsdoqYaTuWpZdwAd37UwfA=="
},
"App.Metrics": { "App.Metrics": {
"type": "Transitive", "type": "Transitive",
"resolved": "4.3.0", "resolved": "4.3.0",

View file

@ -654,11 +654,6 @@
"Serilog.Sinks.File": "5.0.0" "Serilog.Sinks.File": "5.0.0"
} }
}, },
"SixLabors.ImageSharp": {
"type": "Transitive",
"resolved": "3.1.6",
"contentHash": "dHQ5jugF9v+5/LCVHCWVzaaIL6WOehqJy6eju/0VFYFPEj2WtqkGPoEV9EVQP83dHsdoqYaTuWpZdwAd37UwfA=="
},
"SqlKata": { "SqlKata": {
"type": "Transitive", "type": "Transitive",
"resolved": "2.4.0", "resolved": "2.4.0",
@ -959,8 +954,7 @@
"Humanizer.Core": "[2.14.1, )", "Humanizer.Core": "[2.14.1, )",
"Myriad": "[1.0.0, )", "Myriad": "[1.0.0, )",
"PluralKit.Core": "[1.0.0, )", "PluralKit.Core": "[1.0.0, )",
"Sentry": "[4.13.0, )", "Sentry": "[4.13.0, )"
"SixLabors.ImageSharp": "[3.1.6, )"
} }
}, },
"pluralkit.core": { "pluralkit.core": {