ns-ext/src/backend/GlobalUsings.cs
nsnail b32fe597dd
perf: 支持.net9 (#21)
Co-authored-by: tk <fiyne1a@dingtalk.com>
2024-11-25 17:01:15 +08:00

7 lines
225 B
C#

global using System;
global using System.ComponentModel;
global using System.Diagnostics;
global using System.Globalization;
global using System.Text;
global using System.Text.RegularExpressions;
global using NSExt.Languages;