Enabling NuGetPackageVerifier
This commit is contained in:
parent
2d01d47c18
commit
67d9cb7abb
|
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"adx": { // Packages written by the ADX team and that ship on NuGet.org
|
||||||
|
"rules": [
|
||||||
|
"AssemblyHasDocumentFileRule",
|
||||||
|
"AssemblyHasVersionAttributesRule",
|
||||||
|
"AssemblyHasServicingAttributeRule",
|
||||||
|
"AssemblyHasNeutralResourcesLanguageAttributeRule",
|
||||||
|
"SatellitePackageRule",
|
||||||
|
"StrictSemanticVersionValidationRule"
|
||||||
|
],
|
||||||
|
"packages": {
|
||||||
|
"Microsoft.AspNet.Cryptography.Internal": { },
|
||||||
|
"Microsoft.AspNet.Cryptography.KeyDerivation": { },
|
||||||
|
"Microsoft.AspNet.DataProtection": { },
|
||||||
|
"Microsoft.AspNet.DataProtection.Abstractions": { },
|
||||||
|
"Microsoft.AspNet.DataProtection.Extensions": { },
|
||||||
|
"Microsoft.AspNet.DataProtection.SystemWeb": { }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"adx-nonshipping": {
|
||||||
|
"rules": [],
|
||||||
|
"packages": {
|
||||||
|
"Microsoft.AspNet.DataProtection.Sources": { }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Default": { // Rules to run for packages not listed in any other set.
|
||||||
|
"rules": [
|
||||||
|
"AssemblyHasDocumentFileRule",
|
||||||
|
"AssemblyHasVersionAttributesRule",
|
||||||
|
"AssemblyHasServicingAttributeRule",
|
||||||
|
"AssemblyHasNeutralResourcesLanguageAttributeRule",
|
||||||
|
"SatellitePackageRule",
|
||||||
|
"StrictSemanticVersionValidationRule"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue