You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ProjectTemplates/BlazorWasm.ProjectTemplates/content/BlazorWasm-CSharp/.template.config/template.json
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,46 @@
107
107
"datatype": "bool",
108
108
"defaultValue": "false",
109
109
"description": "If specified, includes an ASP.NET Core host for the Blazor app."
110
+
},
111
+
"HttpPort": {
112
+
"type": "parameter",
113
+
"datatype": "integer",
114
+
"description": "Port number to use for the HTTP endpoint in launchSettings.json."
115
+
},
116
+
"HttpPortGenerated": {
117
+
"type": "generated",
118
+
"generator": "port"
119
+
},
120
+
"HttpPortReplacer": {
121
+
"type": "generated",
122
+
"generator": "coalesce",
123
+
"parameters": {
124
+
"sourceVariableName": "HttpPort",
125
+
"fallbackVariableName": "HttpPortGenerated"
126
+
},
127
+
"replaces": "8080"
128
+
},
129
+
"HttpsPort": {
130
+
"type": "parameter",
131
+
"datatype": "integer",
132
+
"description": "Port number to use for the HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if either IndividualAuth or OrganizationalAuth is used)."
Copy file name to clipboardExpand all lines: src/ProjectTemplates/BlazorWasm.ProjectTemplates/content/BlazorWasm-CSharp/Server/Properties/launchSettings.json
0 commit comments