BotSharp/tests/BotSharp.Plugin.SemanticKernel.UnitTests/Usings.cs

7 lines
215 B
C#
Raw Normal View History

2023-11-29 23:23:14 +00:00
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;
2023-11-12 14:04:00 +00:00
global using Xunit;