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

NUnit.Framework.Constraints.PropertiesComparerConfiguration

namespace NUnit.Framework.Constraints { public class LessThanConstraint : ComparisonConstraint { public LessThanConstraint(object expected); } } namespace NUnit.Framework.Constraints { public class PropertiesComparerConfiguration { protected void SetTolerance(object amount); public PropertiesComparerConfiguration(); } }