mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-04-29 11:02:51 +08:00
9 lines
317 B
C#
9 lines
317 B
C#
global using System.Data;
|
|
global using System.Data.Common;
|
|
global using System.Runtime.CompilerServices;
|
|
global using Microsoft.Extensions.Logging;
|
|
global using System.Globalization;
|
|
global using System.Text;
|
|
global using System.Text.RegularExpressions;
|
|
global using System.Web;
|
|
global using System.ComponentModel; |