Remove unnecessary exclusions from NuGetPackageVerifier.json

This commit is contained in:
Mike Lorbetske 2018-08-05 13:55:29 -07:00
parent 43c74cfa53
commit b242704bda
No known key found for this signature in database
GPG Key ID: 9EA3D5A33FBABE3B
1 changed files with 0 additions and 21 deletions

View File

@ -24,33 +24,12 @@
"DotnetTool"
]
},
"dotnet-httprepl": {
"packageTypes": [
"DotnetTool"
],
"Exclusions": {
"ASSEMBLY_DESCRIPTION": {
"tools/netcoreapp2.2/any/System.Net.Http.Formatting.dll": "Referenced assembly, not built as part of this process"
},
"VERSION_INFORMATIONALVERSION": {
"tools/netcoreapp2.2/any/Newtonsoft.Json.dll": "Referenced assembly, not built as part of this process",
"tools/netcoreapp2.2/any/Newtonsoft.Json.Bson.dll": "Referenced assembly, not built as part of this process"
}
}
},
"Microsoft.AspNetCore.DeveloperCertificates.XPlat": {
"Exclusions": {
"DOC_MISSING": {
"lib/netcoreapp2.2/Microsoft.AspNetCore.DeveloperCertificates.XPlat.dll": "Docs not required to shipoob package"
}
}
},
"Microsoft.Repl": {
"Exclusions": {
"DOC_MISSING": {
"lib/netcoreapp2.2/Microsoft.Repl.dll": "Docs not required to shipoob package"
}
}
}
}
},