Enabling NuGetPackageVerifier
This commit is contained in:
parent
3f8b94b9bb
commit
9b1558dddd
|
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"adx": { // Packages written by the ADX team and that ship on NuGet.org
|
||||||
|
"rules": [
|
||||||
|
"AssemblyHasDocumentFileRule",
|
||||||
|
"AssemblyHasVersionAttributesRule",
|
||||||
|
"AssemblyHasServicingAttributeRule",
|
||||||
|
"AssemblyHasNeutralResourcesLanguageAttributeRule",
|
||||||
|
"SatellitePackageRule",
|
||||||
|
"StrictSemanticVersionValidationRule"
|
||||||
|
],
|
||||||
|
"packages": {
|
||||||
|
"Microsoft.AspNet.WebSockets.Client": { },
|
||||||
|
"Microsoft.AspNet.WebSockets.Protocol": { },
|
||||||
|
"Microsoft.AspNet.WebSockets.Server": { }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Default": { // Ru les to run for packages not listed in any other set.
|
||||||
|
"rules": [
|
||||||
|
"AssemblyHasDocumentFileRule",
|
||||||
|
"AssemblyHasVersionAttributesRule",
|
||||||
|
"AssemblyHasServicingAttributeRule",
|
||||||
|
"AssemblyHasNeutralResourcesLanguageAttributeRule",
|
||||||
|
"SatellitePackageRule",
|
||||||
|
"StrictSemanticVersionValidationRule"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue