2015-09-23 22:33:01 +03:00
|
|
|
{
|
|
|
|
"adx": { // Packages written by the ADX team and that ship on NuGet.org
|
|
|
|
"rules": [
|
2016-02-17 23:27:23 +03:00
|
|
|
"AdxVerificationCompositeRule"
|
2015-09-23 22:33:01 +03:00
|
|
|
],
|
|
|
|
"packages": {
|
2016-01-22 23:25:01 +03:00
|
|
|
"Microsoft.AspNetCore.Buffering": { },
|
2016-07-28 00:47:32 +03:00
|
|
|
"Microsoft.AspNetCore.HttpOverrides": { },
|
2016-09-26 22:10:41 +03:00
|
|
|
"Microsoft.AspNetCore.Rewrite": { },
|
|
|
|
"Microsoft.AspNetCore.ResponseCompression": { }
|
2015-09-23 22:33:01 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"Default": { // Rules to run for packages not listed in any other set.
|
|
|
|
"rules": [
|
2016-02-17 23:27:23 +03:00
|
|
|
"DefaultCompositeRule"
|
2015-09-23 22:33:01 +03:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|