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