Sample app.json with dependency

{
  "id": "0cb5c672-74d5-4331-9dd3-9d19f135d8d8",
  "name": "ALProject4",
  "publisher": "Default publisher",
  "version": "1.0.0.0",
  "brief": "",
  "description": "",
  "privacyStatement": "",
  "EULA": "",
  "help": "",
  "url": "",
  "logo": "",
  "dependencies": [
   { 
      "appId": "a5727ce6-368c-49e2-84cb-1a6052f0551c", 
      "name": "Mobile WMS", 
      "publisher": "Tasklet Factory", 
      "version": "5.xx.xx.xx"  << UPDATE THIS
    }
    .{
      "appId": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
      "publisher": "Microsoft",
      "name": "System Application",
      "version": "1.0.0.0"
    },
    {
      "appId": "437dbf0e-84ff-417a-965d-ed2bb9650972",
      "publisher": "Microsoft",
      "name": "Base Application",
      "version": "15.0.0.0"
    }],
  "screenshots": [],
  "platform": "15.0.0.0",
  "idRanges": [
    {
      "from": 50100,
      "to": 50149
    }
  ],
  "contextSensitiveHelpUrl": "https://ALProject4.com/help/",
  "showMyCode": true,
  "runtime": "4.0"
}