Diagnostics/NuGetPackageVerifier.json

25 строки
762 B
JSON
Исходник Обычный вид История

2015-09-23 02:00:47 +03:00
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
2016-02-18 03:57:39 +03:00
"AdxVerificationCompositeRule"
2015-09-23 02:00:47 +03:00
],
"packages": {
"Microsoft.AspNetCore.Diagnostics": { },
"Microsoft.AspNetCore.Diagnostics.Abstractions": { },
"Microsoft.AspNetCore.Diagnostics.Elm": { },
2016-02-18 03:57:39 +03:00
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": { },
"Microsoft.AspNetCore.MiddlewareAnalysis": { }
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": [
2016-02-18 03:57:39 +03:00
"DefaultCompositeRule"
2015-09-23 02:00:47 +03:00
]
}
}