mycroforge/MycroForge.Core/Attributes/DockerPlatformAttribute.cs

6 lines
156 B
C#

namespace MycroForge.Core.Attributes;
public class DockerPlatformAttribute : Attribute
{
public string Platform { get; set; } = string.Empty;
}