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
@@ -4,6 +4,8 @@
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>TelegramBot.RichSiteSummary</AssemblyName>
<RootNamespace>Kruzya.TelegramBot.RichSiteSummary</RootNamespace>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<ItemGroup>