BotSharp/tests/BotSharp.Plugin.SemanticKernel.UnitTests/Usings.cs
2023-11-29 17:23:14 -06:00

7 lines
215 B
C#

global using System;
global using System.Collections.Generic;
global using System.Threading.Tasks;
global using System.Linq;
global using System.Runtime;
global using BotSharp.Abstraction.Models;
global using Xunit;