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

NUnit.Framework.UnhandledExceptionHandling

Flag to change how NUnit deals with exceptions unhandled by the test code.
namespace NUnit.Framework { public enum UnhandledExceptionHandling { Error = 0, Ignore = 1, Default = 0 } }