mirror of
https://github.com/Jetsparrow/jetherald.git
synced 2026-01-21 07:56:09 +03:00
8 lines
238 B
C#
8 lines
238 B
C#
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.IO;
|
|
global using System.Linq;
|
|
global using System.Threading.Tasks;
|
|
|
|
global using Microsoft.Extensions.Logging;
|
|
global using Microsoft.Extensions.Options; |