17 lines
530 B
C#
17 lines
530 B
C#
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Collections.ObjectModel;
|
|
global using System.ComponentModel;
|
|
global using System.Diagnostics;
|
|
global using System.IO;
|
|
global using System.Linq;
|
|
global using System.Text;
|
|
global using System.Text.Json;
|
|
global using System.Text.Json.Serialization;
|
|
global using System.Text.RegularExpressions;
|
|
global using System.Threading;
|
|
global using System.Threading.Tasks;
|
|
global using Mono.Cecil;
|
|
global using Spectre.Console;
|
|
global using Spectre.Console.Cli;
|