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

System.Runtime.InteropServices.ProgIdAttribute

public sealed class ProgIdAttribute : Attribute
namespace System.Runtime.InteropServices { public sealed class ProgIdAttribute : Attribute { public string Value { get; } public ProgIdAttribute(string progId); } }