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

templatestrings.pt-BR.json « localize « .template.config « Worker-FSharp « content « Web.ProjectTemplates « ProjectTemplates « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 018f87d2e8f9cb73e9ad2c66643a981703dde1f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "author": "Microsoft",
  "name": "Worker Service",
  "description": "An empty project template for creating a worker service.",
  "symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json from the generated template.",
  "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.",
  "postActions/restore/description": "Restore NuGet packages required by this project.",
  "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'"
}