We have added third party dlls in Commerce Runtime Project in CommerceSDK solution. While building the solution and ScaleUnit Project, CloudScaleUnitExtensionPackage.zip gets generated which has CommerceRuntime.ext.config file present under InStore_9_35\src\ScaleUnitSample\ScaleUnit\bin\Debug\netstandard2.0\CloudScaleUnitExtensionPackage\RetailServer\Code\bin\ext
However, if we explore the CommerceRuntime.ext.config file we don't see any reference to the third party dll refered being automatically generated over there.
Questions:
1. Do we need to manually edit the CommerceRuntime.ext.config file and add the missing references?
2. If not how would the references to missing dlls will be solved?