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

NUnit.Framework.ActionTargets

public enum ActionTargets
The different targets a test action attribute can be applied to
namespace NUnit.Framework { public enum ActionTargets { Default = 0, Test = 1, Suite = 2 } }