mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-06 16:16:44 +08:00
14 lines
441 B
C#
14 lines
441 B
C#
// Copyright (c) 2025-2026 GeWuYou
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Linq;
|
|
global using System.Threading;
|
|
global using System.Threading.Tasks;
|
|
global using System.Reflection;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using System.Diagnostics;
|
|
global using System.Collections.Concurrent;
|
|
global using System.Runtime.CompilerServices;
|