Merge pull request #883 from iceljc/master

fix import
This commit is contained in:
iceljc 2025-02-12 10:21:40 -06:00 committed by GitHub
commit 12db8108f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ global using BotSharp.Abstraction.Utilities;
global using BotSharp.Abstraction.Plugins;
global using BotSharp.Abstraction.Translation.Models;
global using BotSharp.Abstraction.SideCar.Attributes;
global using BotSharp.Core.Infrastructures;
global using Microsoft.Extensions.Configuration;
global using Microsoft.Extensions.DependencyInjection;
global using MongoDB.Bson;