17 lines
494 B
JSON
17 lines
494 B
JSON
{
|
|
"adx": { // Packages written by the ADX team and that ship on NuGet.org
|
|
"rules": [
|
|
"AdxVerificationCompositeRule"
|
|
],
|
|
"packages": {
|
|
"Microsoft.AspNetCore.Server.WebListener": { },
|
|
"Microsoft.Net.Http.Server": { },
|
|
"Microsoft.Net.WebSockets.Server": { }
|
|
}
|
|
},
|
|
"Default": { // Ru les to run for packages not listed in any other set.
|
|
"rules": [
|
|
"DefaultCompositeRule"
|
|
]
|
|
}
|
|
} |