From 43b580cdb59d4bdcc987881c8aeecbe2cb58328c Mon Sep 17 00:00:00 2001 From: JhontSouth Date: Thu, 12 Oct 2023 10:44:20 -0500 Subject: [PATCH] remove unused libraries --- .../Bots/AuthCertificateBot.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/csharp_dotnetcore/84.bot-authentication-certificate/Bots/AuthCertificateBot.cs b/samples/csharp_dotnetcore/84.bot-authentication-certificate/Bots/AuthCertificateBot.cs index 62d5b75a5e..ac8174c883 100644 --- a/samples/csharp_dotnetcore/84.bot-authentication-certificate/Bots/AuthCertificateBot.cs +++ b/samples/csharp_dotnetcore/84.bot-authentication-certificate/Bots/AuthCertificateBot.cs @@ -5,9 +5,7 @@ using System.Threading; using System.Threading.Tasks; using Microsoft.Bot.Builder; -using Microsoft.Bot.Builder.Dialogs; using Microsoft.Bot.Schema; -using Microsoft.Extensions.Logging; namespace Microsoft.BotBuilderSamples {