vendoring NetVips
This commit is contained in:
parent
36a0f8d39c
commit
33e9d5f43a
41 changed files with 21749 additions and 0 deletions
11
vendor/NetVips/ModuleInitializerAttribute.cs
vendored
Normal file
11
vendor/NetVips/ModuleInitializerAttribute.cs
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
// This file enables ModuleInitializer, a C# 9 feature to work with .NET Framework.
|
||||
|
||||
#if NETFRAMEWORK
|
||||
namespace System.Runtime.CompilerServices;
|
||||
|
||||
/// <inheritdoc />
|
||||
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
|
||||
internal sealed class ModuleInitializerAttribute : Attribute
|
||||
{
|
||||
}
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue