I attempted to bring a solution from one environment to another using a pipeline. I received a lot of errors similar to this one:
<MissingDependency>
<Required type="2" schemaName="msdyn_potentialcustomerrelationshiptype" displayName="Potential Customer Relationship Type" parentSchemaName="quote" parentDisplayName="Quote" solution="Dynamics365SupplyChainExtended (2.3.4.312)">
<package>Dynamics365FinanceAndOperationsAnchor (2.3.3.2)</package>
<package>msdyn_Dynamics365SupplyChainExtendedAnchor (2.3.4.312)</package>
</Required>
<Dependent type="60" displayName="Quote" parentDisplayName="Quote" id="{54076a2d-d043-4a1b-b061-4d06846371a9}"/>
</MissingDependency>
In looking at the environment the import is attempting to occur in, I noticed my packages are a bit older than where the solution was exported from.
How do I update and/or install these packages in an environment?