Our test in ORT fails after the upgrade to release 9.0.0 as that version seems to serialize licenses for the XML format differently that release 8.0.3 before:
so each <license></license> pair is individually wrapped in a <licenses></licenses> pair, despite all licenses being listed in a single list as before.
Our test in ORT fails after the upgrade to release 9.0.0 as that version seems to serialize licenses for the XML format differently that release 8.0.3 before:
becomes now
so each
<license></license>
pair is individually wrapped in a<licenses></licenses>
pair, despite all licenses being listed in a single list as before.