// This file enables ModuleInitializer, a C# 9 feature to work with .NET Framework. #if NETFRAMEWORK namespace System.Runtime.CompilerServices; /// [AttributeUsage(AttributeTargets.Method, Inherited = false)] internal sealed class ModuleInitializerAttribute : Attribute { } #endif