39 lines
1.6 KiB
JSON
39 lines
1.6 KiB
JSON
{
|
|
"adx": { // Packages written by the ADX team and that ship on NuGet.org
|
|
"rules": [
|
|
"AssemblyHasDocumentFileRule",
|
|
"AssemblyHasVersionAttributesRule",
|
|
"AssemblyHasServicingAttributeRule",
|
|
"AssemblyHasNeutralResourcesLanguageAttributeRule",
|
|
"SatellitePackageRule",
|
|
"StrictSemanticVersionValidationRule"
|
|
],
|
|
"packages": {
|
|
"Microsoft.AspNetCore.Mvc": { },
|
|
"Microsoft.AspNetCore.Mvc.Abstractions": { },
|
|
"Microsoft.AspNetCore.Mvc.ApiExplorer": { },
|
|
"Microsoft.AspNetCore.Mvc.Core": { },
|
|
"Microsoft.AspNetCore.Mvc.Cors": { },
|
|
"Microsoft.AspNetCore.Mvc.DataAnnotations": { },
|
|
"Microsoft.AspNetCore.Mvc.Formatters.Json": { },
|
|
"Microsoft.AspNetCore.Mvc.Formatters.Xml": { },
|
|
"Microsoft.AspNetCore.Mvc.Localization": { },
|
|
"Microsoft.AspNetCore.Mvc.Razor": { },
|
|
"Microsoft.AspNetCore.Mvc.Razor.Host": { },
|
|
"Microsoft.AspNetCore.Mvc.TagHelpers": { },
|
|
"Microsoft.AspNetCore.Mvc.ViewFeatures": { },
|
|
"Microsoft.AspNetCore.Mvc.WebApiCompatShim": { }
|
|
}
|
|
},
|
|
"Default": { // Rules to run for packages not listed in any other set.
|
|
"rules": [
|
|
"AssemblyHasDocumentFileRule",
|
|
"AssemblyHasVersionAttributesRule",
|
|
"AssemblyHasServicingAttributeRule",
|
|
"AssemblyHasNeutralResourcesLanguageAttributeRule",
|
|
"SatellitePackageRule",
|
|
"StrictSemanticVersionValidationRule"
|
|
]
|
|
}
|
|
}
|