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

LifeCycle

public enum LifeCycle
Specifies the life cycle for a test fixture.
namespace NUnit.Framework { public enum LifeCycle { SingleInstance, InstancePerTestCase } }