BotSharp/src/Infrastructure/BotSharp.Abstraction/Using.cs

5 lines
176 B
C#
Raw Normal View History

2023-05-27 01:58:31 +00:00
global using System;
global using System.Collections.Generic;
global using System.Text;
2023-06-11 15:22:48 +00:00
global using System.Threading.Tasks;
global using System.ComponentModel.DataAnnotations;