Diagnostics/NuGetPackageVerifier.json

34 строки
1.2 KiB
JSON
Исходник Обычный вид История

2015-09-23 02:00:47 +03:00
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
],
"packages": {
"Microsoft.AspNetCore.Diagnostics": { },
"Microsoft.AspNetCore.Diagnostics.Abstractions": { },
"Microsoft.AspNetCore.Diagnostics.Elm": { },
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": { }
2015-09-23 02:00:47 +03:00
}
},
"adx-nonshipping": {
"rules": [],
"packages": {
"PageGenerator": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
]
}
}