Skip to content

Commit

Permalink
v16: appId to id
Browse files Browse the repository at this point in the history
  • Loading branch information
martonsagi committed Mar 4, 2020
1 parent 55cd903 commit ee2144c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions app/templates/16/app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
],
"dependencies": [
{
"appId": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"id": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"publisher": "Microsoft",
"name": "System Application",
"version": "16.0.0.0"
},
{
"appId": "437dbf0e-84ff-417a-965d-ed2bb9650972",
"id": "437dbf0e-84ff-417a-965d-ed2bb9650972",
"publisher": "Microsoft",
"name": "Base Application",
"version": "16.0.0.0"
Expand Down
16 changes: 8 additions & 8 deletions app/templates/16/test/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,49 +15,49 @@
"features": ["TranslationFile"],
"dependencies": [
{
"appId": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"id": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"publisher": "Microsoft",
"name": "System Application",
"version": "16.0.0.0"
},
{
"appId": "437dbf0e-84ff-417a-965d-ed2bb9650972",
"id": "437dbf0e-84ff-417a-965d-ed2bb9650972",
"publisher": "Microsoft",
"name": "Base Application",
"version": "16.0.0.0"
},
{
"appId": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
"id": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
"publisher": "Microsoft",
"name": "Library Assert",
"version": "16.0.0.0"
},
{
"appId": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
"id": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
"publisher": "Microsoft",
"name": "Any",
"version": "16.0.0.0"
},
{
"appId": "9856ae4f-d1a7-46ef-89bb-6ef056398228",
"id": "9856ae4f-d1a7-46ef-89bb-6ef056398228",
"publisher": "Microsoft",
"name": "System Application Test Library",
"version": "16.0.0.0"
},
{
"appId": "5d86850b-0d76-4eca-bd7b-951ad998e997",
"id": "5d86850b-0d76-4eca-bd7b-951ad998e997",
"publisher": "Microsoft",
"name": "Tests-TestLibraries",
"version": "16.0.0.0"
},
{
"appId": "23de40a6-dfe8-4f80-80db-d70f83ce8caf",
"id": "23de40a6-dfe8-4f80-80db-d70f83ce8caf",
"publisher": "Microsoft",
"name": "Test Runner",
"version": "16.0.0.0"
},
{
"appId": "<%= appGuid %>",
"id": "<%= appGuid %>",
"name": "<%= appname %>",
"publisher": "<%= publisher %>",
"version": "1.0.0.0"
Expand Down

0 comments on commit ee2144c

Please sign in to comment.