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

templatestrings.zh-Hans.json « localize « .template.config « RazorClassLibrary-CSharp « content « Web.ProjectTemplates « ProjectTemplates « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1888d9ed69a923c0961a5aeb60e57656892a1bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "author": "Microsoft",
  "name": "Razor Class Library",
  "description": "A project for creating a Razor class library that targets .NET Standard",
  "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/SupportPagesAndViews/displayName": "Support pages and views",
  "symbols/SupportPagesAndViews/description": "Whether to support adding traditional Razor pages and Views in addition to components to this library.",
  "postActions/restore/description": "Restore NuGet packages required by this project.",
  "postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'",
  "postActions/openInEditor/description": "Opens Areas/MyFeature/Pages/Page1.cshtml in the editor"
}