No dependency defined in this "ResponsibilityPage Extension" version 1.0.0.2 , See below.
"capabilities": [],
"dependencies": [],
"screenshots": [],
"platform": "13.0.0.0",
"application": "13.0.0.0",
Now, let me share background of this issue. It would help you to understand the issue.
At first, I created an extension A, in which I created a page, copy of standard page (e.g Customer card) on a ID 50102. Reason is, that time there was a bug in SaaS BC, that Customer Card wasn't accessible by searching it in Search bar in BC. So I created an extension to make it available to the users. Along with this PAGE I created some fields also in Customer Table via Table Extension. All good that time.
Going forward, in some other extensions (Ext B, Ext C...) I used this extension A, or let say I defined dependency of this Ext A. It was also working well.
Recently , I received a message from MS, that your PTC Ext A should be upgrade , so that it will compatible with coming upgrade. MS did some changes in Customer Card page.
Now I have to update my Ext A accordingly, so that it would be compatible with Next major release.
Now MS upgraded our sandbox into Spring Release, due to this upgrade all our PTC wiped out. So, when I was upgrading my Ext A, I realized that I don't need this Page 50102 (Customer Card) anymore in my Ext A. So I deleted this page from Ext A and created an another Page Extension (Extended Customer List) on this ID 50102.
Increased App version to 1.0.0.2 in App.json also , so that I can upload this extension with same App Id, Name, Publisher into sandbox and then in PROD.
Now, I uploaded this Ext A with version 1.0.0.2 into the sandbox successfully (I have added an picture of the deployed extension summary in my question).
Next, I have to upgrade all my dependent (Ext B, Ext C,.....) also by defining dependency of this Ext A, version 1.0.0.2.
I upgraded Ext B successfully to version 1.0.0.2 with dependency defined of this Ext A, version 1.0.0.2. Now, when I uploading the .app file of Ext B I am getting this error.
Thanks in advance for your help.@Stefano