Enabling NuGetPackageVerifier
This commit is contained in:
parent
551da3e558
commit
d82bc7ca9d
|
|
@ -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.Html.Abstractions": { },
|
||||
"Microsoft.AspNet.Http": { },
|
||||
"Microsoft.AspNet.Http.Abstractions": { },
|
||||
"Microsoft.AspNet.Http.Extensions": { },
|
||||
"Microsoft.AspNet.Http.Features": { },
|
||||
"Microsoft.AspNet.Owin": { },
|
||||
"Microsoft.AspNet.WebUtilities": { },
|
||||
"Microsoft.Framework.WebEncoders": { },
|
||||
"Microsoft.Framework.WebEncoders.Core": { },
|
||||
"Microsoft.Net.Http.Headers": { }
|
||||
}
|
||||
},
|
||||
"Default": { // Rules to run for packages not listed in any other set.
|
||||
"rules": [
|
||||
"AssemblyHasDocumentFileRule",
|
||||
"AssemblyHasVersionAttributesRule",
|
||||
"AssemblyHasServicingAttributeRule",
|
||||
"AssemblyHasNeutralResourcesLanguageAttributeRule",
|
||||
"SatellitePackageRule",
|
||||
"StrictSemanticVersionValidationRule"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue