Vanara/AsmDef.cs

10 lines
336 B
C#

global using System;
global using System.Runtime.InteropServices;
global using System.Text;
global using Vanara.Extensions;
global using Vanara.InteropServices;
global using FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME;
#if NET5_0_OR_GREATER
[assembly: System.Runtime.Versioning.SupportedOSPlatform("windows")]
#endif