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