antiantiswearingbot/Jetsparrow.Aasb.Tests/GlobalUsings.cs
2023-03-26 22:40:44 +03:00

11 lines
262 B
C#

global using System;
global using System.Collections.Generic;
global using System.Linq;
global using System.Text;
global using System.Threading.Tasks;
global using Microsoft.Extensions.Hosting;
global using Microsoft.Extensions.Options;
global using Xunit;