Skip to content

Commit 389eea3

Browse files
committed
Added WebForms appsettings template and action
- Added a new template and folder so that web.config can be converted outside of WebForms action - Added action to project.all.json corresponding to new action code in CTA
1 parent 5a3e7c7 commit 389eea3

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"Logging": {
3+
"LogLevel": {
4+
"Default": "Information",
5+
"Microsoft": "Warning",
6+
"Microsoft.Hosting.Lifetime": "Information"
7+
}
8+
},
9+
"AllowedHosts": "*"
10+
}

recommendation/project.all.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
"Type": "ProjectFile",
4141
"Value": "",
4242
"Description": "Migrate csproj file to core"
43+
},
44+
{
45+
"Name": "WebFormsPorting",
46+
"Type": "ProjectType",
47+
"Value": "",
48+
"Description": "Perform WebForms specific porting steps"
4349
}
4450
]
4551
},
@@ -82,6 +88,12 @@
8288
"Type": "ProjectFile",
8389
"Value": "",
8490
"Description": "Migrate csproj file to core"
91+
},
92+
{
93+
"Name": "WebFormsPorting",
94+
"Type": "ProjectType",
95+
"Value": "",
96+
"Description": "Perform WebForms specific porting steps"
8597
}
8698
]
8799
},
@@ -124,6 +136,12 @@
124136
"Type": "ProjectFile",
125137
"Value": "",
126138
"Description": "Migrate csproj file to core."
139+
},
140+
{
141+
"Name": "WebFormsPorting",
142+
"Type": "ProjectType",
143+
"Value": "",
144+
"Description": "Perform WebForms specific porting steps"
127145
}
128146
]
129147
},
@@ -166,6 +184,12 @@
166184
"Type": "ProjectFile",
167185
"Value": "",
168186
"Description": "Migrate csproj file to core."
187+
},
188+
{
189+
"Name": "WebFormsPorting",
190+
"Type": "ProjectType",
191+
"Value": "",
192+
"Description": "Perform WebForms specific porting steps"
169193
}
170194
]
171195
}

0 commit comments

Comments
 (0)