Welcome to mirror list, hosted at ThFree Co, Russian Federation.

templatestrings.en.json « localize « .template.config « EmptyComponentsWebAssembly-CSharp « content « Web.ProjectTemplates « ProjectTemplates « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd69b8df849343662fe2cffea05114083b838936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "author": "Microsoft",
  "name": "Blazor WebAssembly App Empty",
  "description": "An empty project template for creating a Blazor app that runs on WebAssembly and is optionally hosted by an ASP.NET Core app. This template does not have any content in it.",
  "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/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json from the generated template.",
  "symbols/kestrelHttpPort/description": "Port number to use for the HTTP endpoint in launchSettings.json.",
  "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.",
  "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.",
  "symbols/PWA/displayName": "_Progressive Web Application",
  "symbols/PWA/description": "If specified, produces a Progressive Web Application (PWA) supporting installation and offline use.",
  "symbols/HasHttpProfile/description": "Always have HTTP profile.",
  "symbols/NoHttps/description": "Whether to turn off HTTPS.",
  "postActions/restore/description": "Restore NuGet packages required by this project.",
  "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'",
  "postActions/restoreClient/description": "Restore NuGet packages required by this project.",
  "postActions/restoreClient/manualInstructions/default/text": "Run 'dotnet restore'"
}