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

System.Reflection.AssemblyMetadataAttribute

public sealed class AssemblyMetadataAttribute : Attribute
namespace System.Reflection { public sealed class AssemblyMetadataAttribute : Attribute { public string Key { get; } public string Value { get; } public AssemblyMetadataAttribute(string key, string value); } }