Skip to content

Commit ee2144c

Browse files
committed
v16: appId to id
1 parent 55cd903 commit ee2144c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

app/templates/16/app/app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
],
1818
"dependencies": [
1919
{
20-
"appId": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
20+
"id": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
2121
"publisher": "Microsoft",
2222
"name": "System Application",
2323
"version": "16.0.0.0"
2424
},
2525
{
26-
"appId": "437dbf0e-84ff-417a-965d-ed2bb9650972",
26+
"id": "437dbf0e-84ff-417a-965d-ed2bb9650972",
2727
"publisher": "Microsoft",
2828
"name": "Base Application",
2929
"version": "16.0.0.0"

app/templates/16/test/app.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,49 +15,49 @@
1515
"features": ["TranslationFile"],
1616
"dependencies": [
1717
{
18-
"appId": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
18+
"id": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
1919
"publisher": "Microsoft",
2020
"name": "System Application",
2121
"version": "16.0.0.0"
2222
},
2323
{
24-
"appId": "437dbf0e-84ff-417a-965d-ed2bb9650972",
24+
"id": "437dbf0e-84ff-417a-965d-ed2bb9650972",
2525
"publisher": "Microsoft",
2626
"name": "Base Application",
2727
"version": "16.0.0.0"
2828
},
2929
{
30-
"appId": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
30+
"id": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",
3131
"publisher": "Microsoft",
3232
"name": "Library Assert",
3333
"version": "16.0.0.0"
3434
},
3535
{
36-
"appId": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
36+
"id": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
3737
"publisher": "Microsoft",
3838
"name": "Any",
3939
"version": "16.0.0.0"
4040
},
4141
{
42-
"appId": "9856ae4f-d1a7-46ef-89bb-6ef056398228",
42+
"id": "9856ae4f-d1a7-46ef-89bb-6ef056398228",
4343
"publisher": "Microsoft",
4444
"name": "System Application Test Library",
4545
"version": "16.0.0.0"
4646
},
4747
{
48-
"appId": "5d86850b-0d76-4eca-bd7b-951ad998e997",
48+
"id": "5d86850b-0d76-4eca-bd7b-951ad998e997",
4949
"publisher": "Microsoft",
5050
"name": "Tests-TestLibraries",
5151
"version": "16.0.0.0"
5252
},
5353
{
54-
"appId": "23de40a6-dfe8-4f80-80db-d70f83ce8caf",
54+
"id": "23de40a6-dfe8-4f80-80db-d70f83ce8caf",
5555
"publisher": "Microsoft",
5656
"name": "Test Runner",
5757
"version": "16.0.0.0"
5858
},
5959
{
60-
"appId": "<%= appGuid %>",
60+
"id": "<%= appGuid %>",
6161
"name": "<%= appname %>",
6262
"publisher": "<%= publisher %>",
6363
"version": "1.0.0.0"

0 commit comments

Comments
 (0)