Attempt to fix exclusions in NuGetPackageVerifier.json again
This commit is contained in:
parent
b242704bda
commit
eb591fb29d
|
|
@ -24,6 +24,20 @@
|
|||
"DotnetTool"
|
||||
]
|
||||
},
|
||||
"dotnet-httprepl": {
|
||||
"packageTypes": [
|
||||
"DotnetTool"
|
||||
],
|
||||
"Exclusions": {
|
||||
"ASSEMBLY_DESCRIPTION": {
|
||||
"tools/netcoreapp2.1/any/System.Net.Http.Formatting.dll": "Referenced assembly, not built as part of this process"
|
||||
},
|
||||
"VERSION_INFORMATIONALVERSION": {
|
||||
"tools/netcoreapp2.1/any/Newtonsoft.Json.dll": "Referenced assembly, not built as part of this process",
|
||||
"tools/netcoreapp2.1/any/Newtonsoft.Json.Bson.dll": "Referenced assembly, not built as part of this process"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.AspNetCore.DeveloperCertificates.XPlat": {
|
||||
"Exclusions": {
|
||||
"DOC_MISSING": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue