<PackageReference Include="NUnit" Version="4.2.2" />

NUnit.Framework.NUnitAttribute

public abstract class NUnitAttribute : Attribute
Abstract base class for all custom attributes defined by NUnit.
namespace NUnit.Framework { public abstract class NUnitAttribute : Attribute { public NUnitAttribute(); } }