17 строки
518 B
JSON
17 строки
518 B
JSON
{
|
|
"adx": { // Packages written by the ADX team and that ship on NuGet.org
|
|
"rules": [
|
|
"AdxVerificationCompositeRule"
|
|
],
|
|
"packages": {
|
|
"Microsoft.AspNet.Identity.AspNetCoreCompat": { },
|
|
"Microsoft.AspNetCore.Identity": { },
|
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": { }
|
|
}
|
|
},
|
|
"Default": { // Rules to run for packages not listed in any other set.
|
|
"rules": [
|
|
"DefaultCompositeRule"
|
|
]
|
|
}
|
|
} |