Removing Telegram.Bot.Extensions.Polling nuget package

This commit is contained in:
Florian Zevedei 2023-09-10 18:03:33 +02:00
parent f5b441000e
commit d21a5f8937
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ using System.Threading;
using System.Threading.Tasks;
using Telegram.Bot;
using Telegram.Bot.Exceptions;
using Telegram.Bot.Extensions.Polling;
using Telegram.Bot.Polling;
using Telegram.Bot.Types;
namespace TelegramBotBase.Base;

View File

@ -58,7 +58,6 @@
<ItemGroup>
<PackageReference Include="Telegram.Bot" Version="19.0.0" />
<PackageReference Include="Telegram.Bot.Extensions.Polling" Version="1.0.2" />
</ItemGroup>
</Project>