Remove unnecessary exclusions from NuGetPackageVerifier.json
This commit is contained in:
parent
43c74cfa53
commit
b242704bda
|
|
@ -24,33 +24,12 @@
|
||||||
"DotnetTool"
|
"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": {
|
"Microsoft.AspNetCore.DeveloperCertificates.XPlat": {
|
||||||
"Exclusions": {
|
"Exclusions": {
|
||||||
"DOC_MISSING": {
|
"DOC_MISSING": {
|
||||||
"lib/netcoreapp2.2/Microsoft.AspNetCore.DeveloperCertificates.XPlat.dll": "Docs not required to shipoob package"
|
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue