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

System.Runtime.CompilerServices.DependencyAttribute

public sealed class DependencyAttribute : Attribute
namespace System.Runtime.CompilerServices { public sealed class DependencyAttribute : Attribute { public string DependentAssembly { get; } public LoadHint LoadHint { get; } public DependencyAttribute(string dependentAssemblyArgument, LoadHint loadHintArgument); } }