BasicMiddleware/NuGetPackageVerifier.json

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

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": {
"Microsoft.AspNetCore.Buffering": { },
2016-07-28 00:47:32 +03:00
"Microsoft.AspNetCore.HttpOverrides": { },
"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
]
}
}