Fix NuGetPackageVerifier.json
This commit is contained in:
parent
b8daa4ae5c
commit
207bdec61c
|
|
@ -30,11 +30,11 @@
|
||||||
],
|
],
|
||||||
"Exclusions": {
|
"Exclusions": {
|
||||||
"ASSEMBLY_DESCRIPTION": {
|
"ASSEMBLY_DESCRIPTION": {
|
||||||
"tools/netcoreapp2.1/any/System.Net.Http.Formatting.dll": "Referenced assembly, not built as part of this process"
|
"tools/netcoreapp3.0/any/System.Net.Http.Formatting.dll": "Referenced assembly, not built as part of this process"
|
||||||
},
|
},
|
||||||
"VERSION_INFORMATIONALVERSION": {
|
"VERSION_INFORMATIONALVERSION": {
|
||||||
"tools/netcoreapp2.1/any/Newtonsoft.Json.dll": "Referenced assembly, not built as part of this process",
|
"tools/netcoreapp3.0/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"
|
"tools/netcoreapp3.0/any/Newtonsoft.Json.Bson.dll": "Referenced assembly, not built as part of this process"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue