fix: add build option to simplify local testing

This commit is contained in:
Andriy
2025-02-10 00:47:19 +02:00
parent 2e6368d123
commit ce8358d1ad
2 changed files with 5 additions and 1 deletions
+3 -1
View File
@@ -6,10 +6,12 @@
<Nullable>enable</Nullable>
<AssemblyName>TelegramBot.StickerTools</AssemblyName>
<RootNamespace>West.TelegramBot.StickerTools</RootNamespace>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.4" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.6" />
</ItemGroup>
<ItemGroup>