
all libs are now packed into directory jenkins file is back some directives to get net48 supported too
9 lines
144 B
C#
9 lines
144 B
C#
#if NETFRAMEWORK
|
|
// ReSharper disable once CheckNamespace
|
|
namespace System.Runtime.CompilerServices;
|
|
|
|
public class IsExternalInit
|
|
{
|
|
}
|
|
#endif
|