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

System.Runtime.InteropServices.GuidAttribute

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