<PackageReference Include="NETStandard.Library" Version="2.0.3" />

System.Reflection.ObfuscationAttribute

public sealed class ObfuscationAttribute : Attribute
namespace System.Reflection { public sealed class ObfuscationAttribute : Attribute { public bool ApplyToMembers { get; set; } public bool Exclude { get; set; } public string Feature { get; set; } public bool StripAfterObfuscation { get; set; } public ObfuscationAttribute(); } }