6 lines
156 B
C#
6 lines
156 B
C#
namespace MycroForge.Core.Attributes;
|
|
|
|
public class DockerPlatformAttribute : Attribute
|
|
{
|
|
public string Platform { get; set; } = string.Empty;
|
|
} |