Enabling NuGetPackageVerifier
This commit is contained in:
parent
5a1c308345
commit
6928ff96c5
|
|
@ -0,0 +1,34 @@
|
||||||
|
{
|
||||||
|
"adx": { // Packages written by the ADX team and that ship on NuGet.org
|
||||||
|
"rules": [
|
||||||
|
"AssemblyHasDocumentFileRule",
|
||||||
|
"AssemblyHasVersionAttributesRule",
|
||||||
|
"AssemblyHasServicingAttributeRule",
|
||||||
|
"AssemblyHasNeutralResourcesLanguageAttributeRule",
|
||||||
|
"SatellitePackageRule",
|
||||||
|
"StrictSemanticVersionValidationRule"
|
||||||
|
],
|
||||||
|
"packages": {
|
||||||
|
"Microsoft.AspNet.Localization": { },
|
||||||
|
"Microsoft.Framework.Globalization.CultureInfoCache": { },
|
||||||
|
"Microsoft.Framework.Localization": { },
|
||||||
|
"Microsoft.Framework.Localization.Abstractions": { }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"adx-nonshipping": {
|
||||||
|
"rules": [],
|
||||||
|
"packages": {
|
||||||
|
"CultureInfoGenerator": { }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Default": { // Rules to run for packages not listed in any other set.
|
||||||
|
"rules": [
|
||||||
|
"AssemblyHasDocumentFileRule",
|
||||||
|
"AssemblyHasVersionAttributesRule",
|
||||||
|
"AssemblyHasServicingAttributeRule",
|
||||||
|
"AssemblyHasNeutralResourcesLanguageAttributeRule",
|
||||||
|
"SatellitePackageRule",
|
||||||
|
"StrictSemanticVersionValidationRule"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue