3 references to RequiredAttributes
Microsoft.DotNet.VersionTools (3)
BuildManifest\Model\PackageArtifactModel.cs (3)
20
private static readonly string[] AttributeOrder =
RequiredAttributes
.Concat(new[]
66
.ThrowIfMissingAttributes(
RequiredAttributes
)
73
.ThrowIfMissingAttributes(
RequiredAttributes
)