mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
fix: add build option to simplify local testing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user