|
|
@@ -5,6 +5,7 @@
|
|
|
"symbols/Framework/description": "The target framework for the project.",
|
|
|
"symbols/Framework/choices/net7.0/description": "Target net7.0",
|
|
|
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.",
|
|
|
+ "symbols/Hosted/displayName": "ASP.NET Core _Hosted",
|
|
|
"symbols/Hosted/description": "If specified, includes an ASP.NET Core host for the Blazor WebAssembly app.",
|
|
|
"symbols/auth/choices/None/description": "No authentication",
|
|
|
"symbols/auth/choices/Individual/description": "Individual authentication",
|
|
|
@@ -28,6 +29,7 @@
|
|
|
"symbols/kestrelHttpsPort/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).",
|
|
|
"symbols/iisHttpPort/description": "Port number to use for the IIS Express HTTP endpoint in launchSettings.json.",
|
|
|
"symbols/iisHttpsPort/description": "Port number to use for the IIS Express 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).",
|
|
|
+ "symbols/PWA/displayName": "_Progressive Web Application",
|
|
|
"symbols/PWA/description": "If specified, produces a Progressive Web Application (PWA) supporting installation and offline use.",
|
|
|
"symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual, IndividualB2C, SingleOrg, or MultiOrg aren't used for --auth.",
|
|
|
"symbols/UseLocalDB/description": "Whether to use LocalDB instead of SQLite. This option only applies if --auth Individual or --auth IndividualB2C is specified.",
|